Html Css Color HEX #401131 Blackberry

📋 copy color: '#401131'

red 64 ◦ green 17 ◦ blue 49

#401131
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #401131

Tints of Blackberry #401131

RGB

 RED value IS 64 (25.39% from 255) = 49.23%

 GREEN value IS 17 (7.03% from 255) = 13.08%

 BLUE value IS 49 (19.53% from 255) = 37.69%

R = 49.23%
G = 13.08%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.23

 K value IS 0.75

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#401131 (or 0x401131) is known color: Blackberry. HEX triplet: 40, 11 and 31. RGB value is (64,17,49). Sum of RGB (Red+Green+Blue) = 64+17+49=130 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.23% from 130); Green value is 17 (7.03% from 255 or 13.08% from 130); Blue value is 49 (19.53% from 255 or 37.69% from 130); Max value from RGB is 64 - color contains mainly: red. Hex color #401131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401131 is #BFEECE. Grayscale: #222222. Windows color (decimal): -12578511 or 3215680. OLE color: 3215680.

HSL color Cylindrical-coordinate representation of color #401131: hue angle of 319.15º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #401131 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 17 49 -
CMYK 0 0.73 0.23 0.75
HSL 319.15º 0.58% 0.16% -
HSV(B) 319.15º 0.73% 0.25% -
XYZ 2.87 1.71 3.09 -
YUV 34.7 136.07 148.9 -
System Red Green Blue C M Y K H S L
Decimal 64 17 49 0 0.73 0.23 0.75 319.15 0.58 0.16
Hex 40 11 31 0 49 17 4B 13F 3A 10
Octal 100 21 61 0 111 27 113 477 72 20
Binary 1000000 10001 110001 0 1001001 10111 1001011 100111111 111010 10000

Color Harmonies of #401131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401131

Black with #401131

Text Example


Text Example

White with #401131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401131; }

 p { color: rgb(64,17,49); }

 H1.HeaderClassName
 {
   color: #401131;
 }
 .AnyTagClassName
 {
   color: #401131;
 }
</style>

background-color css

<style>
 a { background-color: #401131; }

 a { background-color: rgb(64,17,49); }

 div.DivClassName
 {
   background-color: #401131;
 }
 .BgClassName
 {
   background-color: #401131;
 }
</style>

border-color css

<style>
 span { border-color: #401131; }

 span { border-color: rgb(64,17,49); }

 td.TdClassName
 {
   border-color: #401131;
 }
 .TagClassName
 {
   border-color: #401131;
 }
</style>