#401E2F

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

Shades of Blackberry #401E2F

Tints of Blackberry #401E2F

Color information

#401E2F (or 0x401E2F) is unknown color: approx Blackberry. HEX triplet: 40, 1E and 2F. RGB value is (64,30,47). Sum of RGB (Red+Green+Blue) = 64+30+47=141 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.39% from 141); Green value is 30 (12.11% from 255 or 21.28% from 141); Blue value is 47 (18.75% from 255 or 33.33% from 141); Max value from RGB is 64 - color contains mainly: red. Hex color #401E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401E2F is #BFE1D0. Grayscale: #2A2A2A. Windows color (decimal): -12575185 or 3087936. OLE color: 3087936.

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

Color convert

RGB643047-
CMYK00.530.270.75
HSL330º36.17%18.43%-
HSV(B)330º53.12%25.1%-
XYZ3.092.222.96-
YUV42.1130.76143.62-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.39%
GREEN value IS 30 (12.11% from 255) = 21.28%
BLUE value IS 47 (18.75% from 255) = 33.33%
R=45.39%
G=21.28%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64304700.530.270.7533036.1718.43
Hex401E2F0351B4B14a2412
Octal1003657065331135124422
Binary100000011110101111011010111011100101110100101010010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,30,47); }

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

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

 a { background-color: rgb(64,30,47); }

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

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

 span { border-color: rgb(64,30,47); }

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