#40132A

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

Shades of Blackberry #40132A

Tints of Blackberry #40132A

Color information

#40132A (or 0x40132A) is unknown color: approx Blackberry. HEX triplet: 40, 13 and 2A. RGB value is (64,19,42). Sum of RGB (Red+Green+Blue) = 64+19+42=125 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.2% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 42 (16.80% from 255 or 33.6% from 125); Max value from RGB is 64 - color contains mainly: red. Hex color #40132A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40132A is #BFECD5. Grayscale: #232323. Windows color (decimal): -12578006 or 2757440. OLE color: 2757440.

HSL color Cylindrical-coordinate representation of color #40132A: hue angle of 329.33º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40132A is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB641942-
CMYK00.700.340.75
HSL329.33º54.22%16.27%-
HSV(B)329.33º70.31%25.1%-
XYZ2.771.722.38-
YUV35.08131.91148.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 51.2%
GREEN value IS 19 (7.81% from 255) = 15.2%
BLUE value IS 42 (16.80% from 255) = 33.6%
R=51.2%
G=15.2%
B=33.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64194200.700.340.75329.3354.2216.27
Hex40132A046224B1493610
Octal10023520106421135116620
Binary10000001001110101001000110100010100101110100100111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40132A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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