#421028

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

Shades of Blackberry #421028

Tints of Blackberry #421028

Color information

#421028 (or 0x421028) is unknown color: approx Blackberry. HEX triplet: 42, 10 and 28. RGB value is (66,16,40). Sum of RGB (Red+Green+Blue) = 66+16+40=122 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.10% from 122); Green value is 16 (6.64% from 255 or 13.11% from 122); Blue value is 40 (16.02% from 255 or 32.79% from 122); Max value from RGB is 66 - color contains mainly: red. Hex color #421028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421028 is #BDEFD7. Grayscale: #212121. Windows color (decimal): -12447704 or 2625602. OLE color: 2625602.

HSL color Cylindrical-coordinate representation of color #421028: hue angle of 331.2º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #421028 is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.74.

Color convert

RGB661640-
CMYK00.760.390.74
HSL331.2º60.98%16.08%-
HSV(B)331.2º75.76%25.88%-
XYZ2.821.682.18-
YUV33.69131.56151.05-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 54.10%
GREEN value IS 16 (6.64% from 255) = 13.11%
BLUE value IS 40 (16.02% from 255) = 32.79%
R=54.10%
G=13.11%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.39
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66164000.760.390.74331.260.9816.08
Hex42102804C274A14b3d10
Octal10220500114471125137520
Binary10000101000010100001001100100111100101010100101111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421028; }

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

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

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

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

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

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

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

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