#40022E

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

Shades of Blackberry #40022E

Tints of Blackberry #40022E

Color information

#40022E (or 0x40022E) is unknown color: approx Blackberry. HEX triplet: 40, 02 and 2E. RGB value is (64,2,46). Sum of RGB (Red+Green+Blue) = 64+2+46=112 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.14% from 112); Green value is 2 (1.17% from 255 or 1.79% from 112); Blue value is 46 (18.36% from 255 or 41.07% from 112); Max value from RGB is 64 - color contains mainly: red. Hex color #40022E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40022E is #BFFDD1. Grayscale: #191919. Windows color (decimal): -12582354 or 3015232. OLE color: 3015232.

HSL color Cylindrical-coordinate representation of color #40022E: hue angle of 317.42º 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 #40022E is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB64246-
CMYK00.970.280.75
HSL317.42º93.94%12.94%-
HSV(B)317.42º96.88%25.1%-
XYZ2.631.332.7-
YUV25.55139.54155.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 57.14%
GREEN value IS 2 (1.17% from 255) = 1.79%
BLUE value IS 46 (18.36% from 255) = 41.07%
R=57.14%
G=1.79%
B=41.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6424600.970.280.75317.4293.9412.94
Hex4022E0611C4B13d5ed
Octal10025601413411347513615
Binary1000000101011100110000111100100101110011110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40022E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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