#401C2C

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

Shades of Blackberry #401C2C

Tints of Blackberry #401C2C

Color information

#401C2C (or 0x401C2C) is unknown color: approx Blackberry. HEX triplet: 40, 1C and 2C. RGB value is (64,28,44). Sum of RGB (Red+Green+Blue) = 64+28+44=136 (18% of max value = 765). Red value is 64 (25.39% from 255 or 47.06% from 136); Green value is 28 (11.33% from 255 or 20.59% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 64 - color contains mainly: red. Hex color #401C2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401C2C is #BFE3D3. Grayscale: #282828. Windows color (decimal): -12575700 or 2890816. OLE color: 2890816.

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

Color convert

RGB642844-
CMYK00.560.310.75
HSL333.33º39.13%18.04%-
HSV(B)333.33º56.25%25.1%-
XYZ2.982.12.63-
YUV40.59129.93144.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.06%
GREEN value IS 28 (11.33% from 255) = 20.59%
BLUE value IS 44 (17.58% from 255) = 32.35%
R=47.06%
G=20.59%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64284400.560.310.75333.3339.1318.04
Hex401C2C0381F4B14d2712
Octal1003454070371135154722
Binary100000011100101100011100011111100101110100110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #401C2C;
 }
 .AnyTagClassName
 {
   color: #401C2C;
 }
</style>
background-color css

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

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

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

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

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

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