#421128

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

Shades of Blackberry #421128

Tints of Blackberry #421128

Color information

#421128 (or 0x421128) is unknown color: approx Blackberry. HEX triplet: 42, 11 and 28. RGB value is (66,17,40). Sum of RGB (Red+Green+Blue) = 66+17+40=123 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.66% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 40 (16.02% from 255 or 32.52% from 123); Max value from RGB is 66 - color contains mainly: red. Hex color #421128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421128 is #BDEED7. Grayscale: #222222. Windows color (decimal): -12447448 or 2625858. OLE color: 2625858.

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

Color convert

RGB661740-
CMYK00.740.390.74
HSL331.84º59.04%16.27%-
HSV(B)331.84º74.24%25.88%-
XYZ2.831.712.19-
YUV34.27131.23150.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 53.66%
GREEN value IS 17 (7.03% from 255) = 13.82%
BLUE value IS 40 (16.02% from 255) = 32.52%
R=53.66%
G=13.82%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.39
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66174000.740.390.74331.8459.0416.27
Hex42112804A274A14c3b10
Octal10221500112471125147320
Binary10000101000110100001001010100111100101010100110011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421128; }

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

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

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

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

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

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

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

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