#40032D

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

Shades of Blackberry #40032D

Tints of Blackberry #40032D

Color information

#40032D (or 0x40032D) is unknown color: approx Blackberry. HEX triplet: 40, 03 and 2D. RGB value is (64,3,45). Sum of RGB (Red+Green+Blue) = 64+3+45=112 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.14% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 45 (17.97% from 255 or 40.18% from 112); Max value from RGB is 64 - color contains mainly: red. Hex color #40032D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40032D is #BFFCD2. Grayscale: #191919. Windows color (decimal): -12582099 or 2949952. OLE color: 2949952.

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

Color convert

RGB64345-
CMYK00.950.300.75
HSL318.69º91.04%13.14%-
HSV(B)318.69º95.31%25.1%-
XYZ2.621.342.6-
YUV26.03138.71155.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 57.14%
GREEN value IS 3 (1.56% from 255) = 2.68%
BLUE value IS 45 (17.97% from 255) = 40.18%
R=57.14%
G=2.68%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6434500.950.300.75318.6991.0413.14
Hex4032D05F1E4B13f5bd
Octal10035501373611347713315
Binary1000000111011010101111111110100101110011111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40032D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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