#420128

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

Shades of Blackberry #420128

Tints of Blackberry #420128

Color information

#420128 (or 0x420128) is unknown color: approx Blackberry. HEX triplet: 42, 01 and 28. RGB value is (66,1,40). Sum of RGB (Red+Green+Blue) = 66+1+40=107 (14% of max value = 765). Red value is 66 (26.17% from 255 or 61.68% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 40 (16.02% from 255 or 37.38% from 107); Max value from RGB is 66 - color contains mainly: red. Hex color #420128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420128 is #BDFED7. Grayscale: #181818. Windows color (decimal): -12451544 or 2621762. OLE color: 2621762.

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

Color convert

RGB66140-
CMYK00.980.390.74
HSL324º97.01%13.14%-
HSV(B)324º98.48%25.88%-
XYZ2.641.332.13-
YUV24.88136.53157.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 61.68%
GREEN value IS 1 (0.78% from 255) = 0.93%
BLUE value IS 40 (16.02% from 255) = 37.38%
R=61.68%
G=0.93%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.39
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6614000.980.390.7432497.0113.14
Hex42128062274A14461d
Octal10215001424711250414115
Binary1000010110100001100010100111100101010100010011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420128; }

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

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

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

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

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

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

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

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