#421030

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

Shades of Blackberry #421030

Tints of Blackberry #421030

Color information

#421030 (or 0x421030) is unknown color: approx Blackberry. HEX triplet: 42, 10 and 30. RGB value is (66,16,48). Sum of RGB (Red+Green+Blue) = 66+16+48=130 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.77% from 130); Green value is 16 (6.64% from 255 or 12.31% from 130); Blue value is 48 (19.14% from 255 or 36.92% from 130); Max value from RGB is 66 - color contains mainly: red. Hex color #421030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421030 is #BDEFCF. Grayscale: #222222. Windows color (decimal): -12447696 or 3149890. OLE color: 3149890.

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

Color convert

RGB661648-
CMYK00.760.270.74
HSL321.6º60.98%16.08%-
HSV(B)321.6º75.76%25.88%-
XYZ2.971.742.98-
YUV34.6135.56150.4-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 50.77%
GREEN value IS 16 (6.64% from 255) = 12.31%
BLUE value IS 48 (19.14% from 255) = 36.92%
R=50.77%
G=12.31%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66164800.760.270.74321.660.9816.08
Hex42103004C1B4A1423d10
Octal10220600114331125027520
Binary1000010100001100000100110011011100101010100001011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421030; }

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

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

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

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

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

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

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

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