#40152A

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

Shades of Blackberry #40152A

Tints of Blackberry #40152A

Color information

#40152A (or 0x40152A) is unknown color: approx Blackberry. HEX triplet: 40, 15 and 2A. RGB value is (64,21,42). Sum of RGB (Red+Green+Blue) = 64+21+42=127 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.39% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 42 (16.80% from 255 or 33.07% from 127); Max value from RGB is 64 - color contains mainly: red. Hex color #40152A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40152A is #BFEAD5. Grayscale: #242424. Windows color (decimal): -12577494 or 2757952. OLE color: 2757952.

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

Color convert

RGB642142-
CMYK00.670.340.75
HSL330.7º50.59%16.67%-
HSV(B)330.7º67.19%25.1%-
XYZ2.81.792.39-
YUV36.25131.25147.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 50.39%
GREEN value IS 21 (8.59% from 255) = 16.54%
BLUE value IS 42 (16.80% from 255) = 33.07%
R=50.39%
G=16.54%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64214200.670.340.75330.750.5916.67
Hex40152A043224B14b3311
Octal10025520103421135136321
Binary10000001010110101001000011100010100101110100101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40152A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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