#40152D

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

Shades of Blackberry #40152D

Tints of Blackberry #40152D

Color information

#40152D (or 0x40152D) is unknown color: approx Blackberry. HEX triplet: 40, 15 and 2D. RGB value is (64,21,45). Sum of RGB (Red+Green+Blue) = 64+21+45=130 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.23% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 45 (17.97% from 255 or 34.62% from 130); Max value from RGB is 64 - color contains mainly: red. Hex color #40152D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40152D is #BFEAD2. Grayscale: #242424. Windows color (decimal): -12577491 or 2954560. OLE color: 2954560.

HSL color Cylindrical-coordinate representation of color #40152D: hue angle of 326.51º 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 #40152D is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB642145-
CMYK00.670.300.75
HSL326.51º50.59%16.67%-
HSV(B)326.51º67.19%25.1%-
XYZ2.861.822.68-
YUV36.59132.75147.55-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 49.23%
GREEN value IS 21 (8.59% from 255) = 16.15%
BLUE value IS 45 (17.97% from 255) = 34.62%
R=49.23%
G=16.15%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64214500.670.300.75326.5150.5916.67
Hex40152D0431E4B1473311
Octal10025550103361135076321
Binary1000000101011011010100001111110100101110100011111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40152D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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