Html Css Color HEX #401B36 Blackberry

📋 copy color: '#401B36'

red 64 ◦ green 27 ◦ blue 54

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

Shades of Blackberry #401B36

Tints of Blackberry #401B36

RGB

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

 GREEN value IS 27 (10.94% from 255) = 18.62%

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

R = 44.14%
G = 18.62%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.75

RGB Variations

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

Color information

#401B36 (or 0x401B36) is known color: Blackberry. HEX triplet: 40, 1B and 36. RGB value is (64,27,54). Sum of RGB (Red+Green+Blue) = 64+27+54=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 27 (10.94% from 255 or 18.62% from 145); Blue value is 54 (21.48% from 255 or 37.24% from 145); Max value from RGB is 64 - color contains mainly: red. Hex color #401B36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401B36 is #BFE4C9. Grayscale: #292929. Windows color (decimal): -12575946 or 3545920. OLE color: 3545920.

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

Color convert

RGB 64 27 54 -
CMYK 0 0.58 0.16 0.75
HSL 316.22º 0.41% 0.18% -
HSV(B) 316.22º 0.58% 0.25% -
XYZ 3.17 2.14 3.74 -
YUV 41.14 135.26 144.3 -
System Red Green Blue C M Y K H S L
Decimal 64 27 54 0 0.58 0.16 0.75 316.22 0.41 0.18
Hex 40 1B 36 0 3A 10 4B 13C 29 12
Octal 100 33 66 0 72 20 113 474 51 22
Binary 1000000 11011 110110 0 111010 10000 1001011 100111100 101001 10010

Color Harmonies of #401B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401B36

Black with #401B36

Text Example


Text Example

White with #401B36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401B36; }

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

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

background-color css

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

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

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

border-color css

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

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

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