#40162E

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

Shades of Blackberry #40162E

Tints of Blackberry #40162E

Color information

#40162E (or 0x40162E) is unknown color: approx Blackberry. HEX triplet: 40, 16 and 2E. RGB value is (64,22,46). Sum of RGB (Red+Green+Blue) = 64+22+46=132 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.48% from 132); Green value is 22 (8.98% from 255 or 16.67% from 132); Blue value is 46 (18.36% from 255 or 34.85% from 132); Max value from RGB is 64 - color contains mainly: red. Hex color #40162E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40162E is #BFE9D1. Grayscale: #252525. Windows color (decimal): -12577234 or 3020352. OLE color: 3020352.

HSL color Cylindrical-coordinate representation of color #40162E: hue angle of 325.71º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40162E is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB642246-
CMYK00.660.280.75
HSL325.71º48.84%16.86%-
HSV(B)325.71º65.62%25.1%-
XYZ2.891.862.79-
YUV37.29132.91147.05-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.48%
GREEN value IS 22 (8.98% from 255) = 16.67%
BLUE value IS 46 (18.36% from 255) = 34.85%
R=48.48%
G=16.67%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64224600.660.280.75325.7148.8416.86
Hex40162E0421C4B1463111
Octal10026560102341135066121
Binary1000000101101011100100001011100100101110100011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40162E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40162E; }

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

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

<style>
 a { background-color: #40162E; }

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

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

<style>
 span { border-color: #40162E; }

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

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