#420126

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

Shades of Blackberry #420126

Tints of Blackberry #420126

Color information

#420126 (or 0x420126) is unknown color: approx Blackberry. HEX triplet: 42, 01 and 26. RGB value is (66,1,38). Sum of RGB (Red+Green+Blue) = 66+1+38=105 (13% of max value = 765). Red value is 66 (26.17% from 255 or 62.86% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 38 (15.23% from 255 or 36.19% from 105); Max value from RGB is 66 - color contains mainly: red. Hex color #420126 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420126 is #BDFED9. Grayscale: #181818. Windows color (decimal): -12451546 or 2490690. OLE color: 2490690.

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

Color convert

RGB66138-
CMYK00.980.420.74
HSL325.85º97.01%13.14%-
HSV(B)325.85º98.48%25.88%-
XYZ2.611.321.95-
YUV24.65135.53157.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 62.86%
GREEN value IS 1 (0.78% from 255) = 0.95%
BLUE value IS 38 (15.23% from 255) = 36.19%
R=62.86%
G=0.95%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.42
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6613800.980.420.74325.8597.0113.14
Hex421260622A4A14661d
Octal10214601425211250614115
Binary1000010110011001100010101010100101010100011011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420126; }

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

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

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

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

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

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

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

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