#401B31

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

Shades of Blackberry #401B31

Tints of Blackberry #401B31

Color information

#401B31 (or 0x401B31) is unknown color: approx Blackberry. HEX triplet: 40, 1B and 31. RGB value is (64,27,49). Sum of RGB (Red+Green+Blue) = 64+27+49=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 27 (10.94% from 255 or 19.29% from 140); Blue value is 49 (19.53% from 255 or 35% from 140); Max value from RGB is 64 - color contains mainly: red. Hex color #401B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401B31 is #BFE4CE. Grayscale: #282828. Windows color (decimal): -12575951 or 3218240. OLE color: 3218240.

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

Color convert

RGB642749-
CMYK00.580.230.75
HSL324.32º40.66%17.84%-
HSV(B)324.32º57.81%25.1%-
XYZ3.062.13.15-
YUV40.57132.76144.71-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.71%
GREEN value IS 27 (10.94% from 255) = 19.29%
BLUE value IS 49 (19.53% from 255) = 35%
R=45.71%
G=19.29%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64274900.580.230.75324.3240.6617.84
Hex401B3103A174B1442912
Octal1003361072271135045122
Binary100000011011110001011101010111100101110100010010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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