#420139

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

Shades of Blackberry #420139

Tints of Blackberry #420139

Color information

#420139 (or 0x420139) is unknown color: approx Blackberry. HEX triplet: 42, 01 and 39. RGB value is (66,1,57). Sum of RGB (Red+Green+Blue) = 66+1+57=124 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.23% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 57 (22.66% from 255 or 45.97% from 124); Max value from RGB is 66 - color contains mainly: red. Hex color #420139 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420139 is #BDFEC6. Grayscale: #1A1A1A. Windows color (decimal): -12451527 or 3735874. OLE color: 3735874.

HSL color Cylindrical-coordinate representation of color #420139: hue angle of 308.31º 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 #420139 is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.74.

Color convert

RGB66157-
CMYK00.980.140.74
HSL308.31º97.01%13.14%-
HSV(B)308.31º98.48%25.88%-
XYZ31.484-
YUV26.82145.03155.95-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 53.23%
GREEN value IS 1 (0.78% from 255) = 0.81%
BLUE value IS 57 (22.66% from 255) = 45.97%
R=53.23%
G=0.81%
B=45.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.14
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6615700.980.140.74308.3197.0113.14
Hex42139062E4A13461d
Octal10217101421611246414115
Binary10000101111001011000101110100101010011010011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420139; }

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

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

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

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

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

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

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

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