Html Css Color HEX #401836 Blackberry

📋 copy color: '#401836'

red 64 ◦ green 24 ◦ blue 54

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

Shades of Blackberry #401836

Tints of Blackberry #401836

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.9%

 BLUE value IS 54 (21.48% from 255) = 38.03%

R = 45.07%
G = 16.9%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.75

RGB Variations

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

Color information

#401836 (or 0x401836) is known color: Blackberry. HEX triplet: 40, 18 and 36. RGB value is (64,24,54). Sum of RGB (Red+Green+Blue) = 64+24+54=142 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.07% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 54 (21.48% from 255 or 38.03% from 142); Max value from RGB is 64 - color contains mainly: red. Hex color #401836 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401836 is #BFE7C9. Grayscale: #272727. Windows color (decimal): -12576714 or 3545152. OLE color: 3545152.

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

Color convert

RGB 64 24 54 -
CMYK 0 0.62 0.16 0.75
HSL 315º 0.45% 0.17% -
HSV(B) 315º 0.63% 0.25% -
XYZ 3.11 2.01 3.71 -
YUV 39.38 136.25 145.56 -
System Red Green Blue C M Y K H S L
Decimal 64 24 54 0 0.62 0.16 0.75 315 0.45 0.17
Hex 40 18 36 0 3E 10 4B 13B 2D 11
Octal 100 30 66 0 76 20 113 473 55 21
Binary 1000000 11000 110110 0 111110 10000 1001011 100111011 101101 10001

Color Harmonies of #401836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401836

Black with #401836

Text Example


Text Example

White with #401836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401836; }

 p { color: rgb(64,24,54); }

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

background-color css

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

 a { background-color: rgb(64,24,54); }

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

border-color css

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

 span { border-color: rgb(64,24,54); }

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