#401B2F

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

Shades of Blackberry #401B2F

Tints of Blackberry #401B2F

Color information

#401B2F (or 0x401B2F) is unknown color: approx Blackberry. HEX triplet: 40, 1B and 2F. RGB value is (64,27,47). Sum of RGB (Red+Green+Blue) = 64+27+47=138 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.38% from 138); Green value is 27 (10.94% from 255 or 19.57% from 138); Blue value is 47 (18.75% from 255 or 34.06% from 138); Max value from RGB is 64 - color contains mainly: red. Hex color #401B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401B2F is #BFE4D0. Grayscale: #282828. Windows color (decimal): -12575953 or 3087168. OLE color: 3087168.

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

Color convert

RGB642747-
CMYK00.580.270.75
HSL327.57º40.66%17.84%-
HSV(B)327.57º57.81%25.1%-
XYZ3.022.082.93-
YUV40.34131.76144.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.38%
GREEN value IS 27 (10.94% from 255) = 19.57%
BLUE value IS 47 (18.75% from 255) = 34.06%
R=46.38%
G=19.57%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64274700.580.270.75327.5740.6617.84
Hex401B2F03A1B4B1482912
Octal1003357072331135105122
Binary100000011011101111011101011011100101110100100010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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