Html Css Color HEX #401B2C Blackberry

📋 copy color: '#401B2C'

red 64 ◦ green 27 ◦ blue 44

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

Shades of Blackberry #401B2C

Tints of Blackberry #401B2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 32.59%

R = 47.41%
G = 20%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.75

RGB Variations

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

Color information

#401B2C (or 0x401B2C) is known color: Blackberry. HEX triplet: 40, 1B and 2C. RGB value is (64,27,44). Sum of RGB (Red+Green+Blue) = 64+27+44=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 27 (10.94% from 255 or 20% from 135); Blue value is 44 (17.58% from 255 or 32.59% from 135); Max value from RGB is 64 - color contains mainly: red. Hex color #401B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401B2C is #BFE4D3. Grayscale: #272727. Windows color (decimal): -12575956 or 2890560. OLE color: 2890560.

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

Color convert

RGB 64 27 44 -
CMYK 0 0.58 0.31 0.75
HSL 332.43º 0.41% 0.18% -
HSV(B) 332.43º 0.58% 0.25% -
XYZ 2.96 2.06 2.62 -
YUV 40 130.26 145.12 -
System Red Green Blue C M Y K H S L
Decimal 64 27 44 0 0.58 0.31 0.75 332.43 0.41 0.18
Hex 40 1B 2C 0 3A 1F 4B 14C 29 12
Octal 100 33 54 0 72 37 113 514 51 22
Binary 1000000 11011 101100 0 111010 11111 1001011 101001100 101001 10010

Color Harmonies of #401B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401B2C

Black with #401B2C

Text Example


Text Example

White with #401B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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