#401A2C

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

Shades of Blackberry #401A2C

Tints of Blackberry #401A2C

Color information

#401A2C (or 0x401A2C) is unknown color: approx Blackberry. HEX triplet: 40, 1A and 2C. RGB value is (64,26,44). Sum of RGB (Red+Green+Blue) = 64+26+44=134 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.76% from 134); Green value is 26 (10.55% from 255 or 19.40% from 134); Blue value is 44 (17.58% from 255 or 32.84% from 134); Max value from RGB is 64 - color contains mainly: red. Hex color #401A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401A2C is #BFE5D3. Grayscale: #272727. Windows color (decimal): -12576212 or 2890304. OLE color: 2890304.

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

Color convert

RGB642644-
CMYK00.590.310.75
HSL331.58º42.22%17.65%-
HSV(B)331.58º59.38%25.1%-
XYZ2.942.012.62-
YUV39.41130.59145.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.76%
GREEN value IS 26 (10.55% from 255) = 19.40%
BLUE value IS 44 (17.58% from 255) = 32.84%
R=47.76%
G=19.40%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64264400.590.310.75331.5842.2217.65
Hex401A2C03B1F4B14c2a12
Octal1003254073371135145222
Binary100000011010101100011101111111100101110100110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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