#40022D

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

Shades of Blackberry #40022D

Tints of Blackberry #40022D

Color information

#40022D (or 0x40022D) is unknown color: approx Blackberry. HEX triplet: 40, 02 and 2D. RGB value is (64,2,45). Sum of RGB (Red+Green+Blue) = 64+2+45=111 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.66% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 45 (17.97% from 255 or 40.54% from 111); Max value from RGB is 64 - color contains mainly: red. Hex color #40022D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40022D is #BFFDD2. Grayscale: #191919. Windows color (decimal): -12582355 or 2949696. OLE color: 2949696.

HSL color Cylindrical-coordinate representation of color #40022D: hue angle of 318.39º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #40022D is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB64245-
CMYK00.970.300.75
HSL318.39º93.94%12.94%-
HSV(B)318.39º96.88%25.1%-
XYZ2.611.322.6-
YUV25.44139.04155.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 57.66%
GREEN value IS 2 (1.17% from 255) = 1.80%
BLUE value IS 45 (17.97% from 255) = 40.54%
R=57.66%
G=1.80%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6424500.970.300.75318.3993.9412.94
Hex4022D0611E4B13e5ed
Octal10025501413611347613615
Binary1000000101011010110000111110100101110011111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40022D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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