#401B2C

Color #401B2C Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #401B2C

Tints of Blackberry #401B2C

Color information

#401B2C (or 0x401B2C) is unknown color: approx 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

RGB642744-
CMYK00.580.310.75
HSL332.43º40.66%17.84%-
HSV(B)332.43º57.81%25.1%-
XYZ2.962.062.62-
YUV40130.26145.12-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64274400.580.310.75332.4340.6617.84
Hex401B2C03A1F4B14c2912
Octal1003354072371135145122
Binary100000011011101100011101011111100101110100110010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>