#40162B

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

Shades of Blackberry #40162B

Tints of Blackberry #40162B

Color information

#40162B (or 0x40162B) is unknown color: approx Blackberry. HEX triplet: 40, 16 and 2B. RGB value is (64,22,43). Sum of RGB (Red+Green+Blue) = 64+22+43=129 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.61% from 129); Green value is 22 (8.98% from 255 or 17.05% from 129); Blue value is 43 (17.19% from 255 or 33.33% from 129); Max value from RGB is 64 - color contains mainly: red. Hex color #40162B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40162B is #BFE9D4. Grayscale: #242424. Windows color (decimal): -12577237 or 2823744. OLE color: 2823744.

HSL color Cylindrical-coordinate representation of color #40162B: hue angle of 330º 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 #40162B is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.75.

Color convert

RGB642243-
CMYK00.660.330.75
HSL330º48.84%16.86%-
HSV(B)330º65.62%25.1%-
XYZ2.841.842.49-
YUV36.95131.41147.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 49.61%
GREEN value IS 22 (8.98% from 255) = 17.05%
BLUE value IS 43 (17.19% from 255) = 33.33%
R=49.61%
G=17.05%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64224300.660.330.7533048.8416.86
Hex40162B042214B14a3111
Octal10026530102411135126121
Binary10000001011010101101000010100001100101110100101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40162B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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