#40032A

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

Shades of Blackberry #40032A

Tints of Blackberry #40032A

Color information

#40032A (or 0x40032A) is unknown color: approx Blackberry. HEX triplet: 40, 03 and 2A. RGB value is (64,3,42). Sum of RGB (Red+Green+Blue) = 64+3+42=109 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.72% from 109); Green value is 3 (1.56% from 255 or 2.75% from 109); Blue value is 42 (16.80% from 255 or 38.53% from 109); Max value from RGB is 64 - color contains mainly: red. Hex color #40032A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40032A is #BFFCD5. Grayscale: #191919. Windows color (decimal): -12582102 or 2753344. OLE color: 2753344.

HSL color Cylindrical-coordinate representation of color #40032A: hue angle of 321.64º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #40032A is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB64342-
CMYK00.950.340.75
HSL321.64º91.04%13.14%-
HSV(B)321.64º95.31%25.1%-
XYZ2.561.322.31-
YUV25.68137.21155.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 58.72%
GREEN value IS 3 (1.56% from 255) = 2.75%
BLUE value IS 42 (16.80% from 255) = 38.53%
R=58.72%
G=2.75%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6434200.950.340.75321.6491.0413.14
Hex4032A05F224B1425bd
Octal10035201374211350213315
Binary10000001110101001011111100010100101110100001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40032A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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