#421029

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

Shades of Blackberry #421029

Tints of Blackberry #421029

Color information

#421029 (or 0x421029) is unknown color: approx Blackberry. HEX triplet: 42, 10 and 29. RGB value is (66,16,41). Sum of RGB (Red+Green+Blue) = 66+16+41=123 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.66% from 123); Green value is 16 (6.64% from 255 or 13.01% from 123); Blue value is 41 (16.41% from 255 or 33.33% from 123); Max value from RGB is 66 - color contains mainly: red. Hex color #421029 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421029 is #BDEFD6. Grayscale: #212121. Windows color (decimal): -12447703 or 2691138. OLE color: 2691138.

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

Color convert

RGB661641-
CMYK00.760.380.74
HSL330º60.98%16.08%-
HSV(B)330º75.76%25.88%-
XYZ2.831.692.27-
YUV33.8132.06150.97-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 53.66%
GREEN value IS 16 (6.64% from 255) = 13.01%
BLUE value IS 41 (16.41% from 255) = 33.33%
R=53.66%
G=13.01%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.38
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66164100.760.380.7433060.9816.08
Hex42102904C264A14a3d10
Octal10220510114461125127520
Binary10000101000010100101001100100110100101010100101011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421029; }

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

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

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

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

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

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

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

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