#420133

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

Shades of Blackberry #420133

Tints of Blackberry #420133

Color information

#420133 (or 0x420133) is unknown color: approx Blackberry. HEX triplet: 42, 01 and 33. RGB value is (66,1,51). Sum of RGB (Red+Green+Blue) = 66+1+51=118 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.93% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 51 (20.31% from 255 or 43.22% from 118); Max value from RGB is 66 - color contains mainly: red. Hex color #420133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420133 is #BDFECC. Grayscale: #1A1A1A. Windows color (decimal): -12451533 or 3342658. OLE color: 3342658.

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

Color convert

RGB66151-
CMYK00.980.230.74
HSL313.85º97.01%13.14%-
HSV(B)313.85º98.48%25.88%-
XYZ2.861.423.26-
YUV26.14142.03156.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 55.93%
GREEN value IS 1 (0.78% from 255) = 0.85%
BLUE value IS 51 (20.31% from 255) = 43.22%
R=55.93%
G=0.85%
B=43.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.23
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6615100.980.230.74313.8597.0113.14
Hex42133062174A13a61d
Octal10216301422711247214115
Binary100001011100110110001010111100101010011101011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420133; }

 p { color: rgb(66,1,51); }

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

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

 a { background-color: rgb(66,1,51); }

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

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

 span { border-color: rgb(66,1,51); }

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