#401B2E

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

Shades of Blackberry #401B2E

Tints of Blackberry #401B2E

Color information

#401B2E (or 0x401B2E) is unknown color: approx Blackberry. HEX triplet: 40, 1B and 2E. RGB value is (64,27,46). Sum of RGB (Red+Green+Blue) = 64+27+46=137 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.72% from 137); Green value is 27 (10.94% from 255 or 19.71% from 137); Blue value is 46 (18.36% from 255 or 33.58% from 137); Max value from RGB is 64 - color contains mainly: red. Hex color #401B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401B2E is #BFE4D1. Grayscale: #282828. Windows color (decimal): -12575954 or 3021632. OLE color: 3021632.

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

Color convert

RGB642746-
CMYK00.580.280.75
HSL329.19º40.66%17.84%-
HSV(B)329.19º57.81%25.1%-
XYZ32.072.83-
YUV40.23131.26144.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.72%
GREEN value IS 27 (10.94% from 255) = 19.71%
BLUE value IS 46 (18.36% from 255) = 33.58%
R=46.72%
G=19.71%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64274600.580.280.75329.1940.6617.84
Hex401B2E03A1C4B1492912
Octal1003356072341135115122
Binary100000011011101110011101011100100101110100100110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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