#40152E

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

Shades of Blackberry #40152E

Tints of Blackberry #40152E

Color information

#40152E (or 0x40152E) is unknown color: approx Blackberry. HEX triplet: 40, 15 and 2E. RGB value is (64,21,46). Sum of RGB (Red+Green+Blue) = 64+21+46=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 21 (8.59% from 255 or 16.03% from 131); Blue value is 46 (18.36% from 255 or 35.11% from 131); Max value from RGB is 64 - color contains mainly: red. Hex color #40152E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40152E is #BFEAD1. Grayscale: #242424. Windows color (decimal): -12577490 or 3020096. OLE color: 3020096.

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

Color convert

RGB642146-
CMYK00.670.280.75
HSL325.12º50.59%16.67%-
HSV(B)325.12º67.19%25.1%-
XYZ2.881.822.79-
YUV36.71133.25147.47-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.85%
GREEN value IS 21 (8.59% from 255) = 16.03%
BLUE value IS 46 (18.36% from 255) = 35.11%
R=48.85%
G=16.03%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64214600.670.280.75325.1250.5916.67
Hex40152E0431C4B1453311
Octal10025560103341135056321
Binary1000000101011011100100001111100100101110100010111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40152E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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