#42022E

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

Shades of Blackberry #42022E

Tints of Blackberry #42022E

Color information

#42022E (or 0x42022E) is unknown color: approx Blackberry. HEX triplet: 42, 02 and 2E. RGB value is (66,2,46). Sum of RGB (Red+Green+Blue) = 66+2+46=114 (15% of max value = 765). Red value is 66 (26.17% from 255 or 57.89% from 114); Green value is 2 (1.17% from 255 or 1.75% from 114); Blue value is 46 (18.36% from 255 or 40.35% from 114); Max value from RGB is 66 - color contains mainly: red. Hex color #42022E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42022E is #BDFDD1. Grayscale: #1A1A1A. Windows color (decimal): -12451282 or 3015234. OLE color: 3015234.

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

Color convert

RGB66246-
CMYK00.970.300.74
HSL318.75º94.12%13.33%-
HSV(B)318.75º96.97%25.88%-
XYZ2.761.42.71-
YUV26.15139.2156.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 57.89%
GREEN value IS 2 (1.17% from 255) = 1.75%
BLUE value IS 46 (18.36% from 255) = 40.35%
R=57.89%
G=1.75%
B=40.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6624600.970.300.74318.7594.1213.33
Hex4222E0611E4A13f5ed
Octal10225601413611247713615
Binary1000010101011100110000111110100101010011111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42022E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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