Html Css Color HEX #401636 Blackberry

📋 copy color: '#401636'

red 64 ◦ green 22 ◦ blue 54

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

Shades of Blackberry #401636

Tints of Blackberry #401636

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.71%

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

R = 45.71%
G = 15.71%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0.75

RGB Variations

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

Color information

#401636 (or 0x401636) is known color: Blackberry. HEX triplet: 40, 16 and 36. RGB value is (64,22,54). Sum of RGB (Red+Green+Blue) = 64+22+54=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 54 (21.48% from 255 or 38.57% from 140); Max value from RGB is 64 - color contains mainly: red. Hex color #401636 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401636 is #BFE9C9. Grayscale: #262626. Windows color (decimal): -12577226 or 3544640. OLE color: 3544640.

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

Color convert

RGB 64 22 54 -
CMYK 0 0.66 0.16 0.75
HSL 314.29º 0.49% 0.17% -
HSV(B) 314.29º 0.66% 0.25% -
XYZ 3.07 1.93 3.7 -
YUV 38.21 136.91 146.4 -
System Red Green Blue C M Y K H S L
Decimal 64 22 54 0 0.66 0.16 0.75 314.29 0.49 0.17
Hex 40 16 36 0 42 10 4B 13A 31 11
Octal 100 26 66 0 102 20 113 472 61 21
Binary 1000000 10110 110110 0 1000010 10000 1001011 100111010 110001 10001

Color Harmonies of #401636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401636

Black with #401636

Text Example


Text Example

White with #401636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401636; }

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

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

background-color css

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

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

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

border-color css

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

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

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