Html Css Color HEX #401B32 Blackberry

📋 copy color: '#401B32'

red 64 ◦ green 27 ◦ blue 50

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

Shades of Blackberry #401B32

Tints of Blackberry #401B32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 35.46%

R = 45.39%
G = 19.15%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#401B32 (or 0x401B32) is known color: Blackberry. HEX triplet: 40, 1B and 32. RGB value is (64,27,50). Sum of RGB (Red+Green+Blue) = 64+27+50=141 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.39% from 141); Green value is 27 (10.94% from 255 or 19.15% from 141); Blue value is 50 (19.92% from 255 or 35.46% from 141); Max value from RGB is 64 - color contains mainly: red. Hex color #401B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401B32 is #BFE4CD. Grayscale: #282828. Windows color (decimal): -12575950 or 3283776. OLE color: 3283776.

HSL color Cylindrical-coordinate representation of color #401B32: hue angle of 322.7º 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 #401B32 is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 27 50 -
CMYK 0 0.58 0.22 0.75
HSL 322.7º 0.41% 0.18% -
HSV(B) 322.7º 0.58% 0.25% -
XYZ 3.08 2.1 3.26 -
YUV 40.69 133.26 144.63 -
System Red Green Blue C M Y K H S L
Decimal 64 27 50 0 0.58 0.22 0.75 322.7 0.41 0.18
Hex 40 1B 32 0 3A 16 4B 143 29 12
Octal 100 33 62 0 72 26 113 503 51 22
Binary 1000000 11011 110010 0 111010 10110 1001011 101000011 101001 10010

Color Harmonies of #401B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401B32

Black with #401B32

Text Example


Text Example

White with #401B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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