#401A2D

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

Shades of Blackberry #401A2D

Tints of Blackberry #401A2D

Color information

#401A2D (or 0x401A2D) is unknown color: approx Blackberry. HEX triplet: 40, 1A and 2D. RGB value is (64,26,45). Sum of RGB (Red+Green+Blue) = 64+26+45=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 26 (10.55% from 255 or 19.26% from 135); Blue value is 45 (17.97% from 255 or 33.33% from 135); Max value from RGB is 64 - color contains mainly: red. Hex color #401A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401A2D is #BFE5D2. Grayscale: #272727. Windows color (decimal): -12576211 or 2955840. OLE color: 2955840.

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

Color convert

RGB642645-
CMYK00.590.300.75
HSL330º42.22%17.65%-
HSV(B)330º59.38%25.1%-
XYZ2.962.022.72-
YUV39.53131.09145.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.41%
GREEN value IS 26 (10.55% from 255) = 19.26%
BLUE value IS 45 (17.97% from 255) = 33.33%
R=47.41%
G=19.26%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64264500.590.300.7533042.2217.65
Hex401A2D03B1E4B14a2a12
Octal1003255073361135125222
Binary100000011010101101011101111110100101110100101010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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