#421133

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

Shades of Blackberry #421133

Tints of Blackberry #421133

Color information

#421133 (or 0x421133) is unknown color: approx Blackberry. HEX triplet: 42, 11 and 33. RGB value is (66,17,51). Sum of RGB (Red+Green+Blue) = 66+17+51=134 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.25% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 51 (20.31% from 255 or 38.06% from 134); Max value from RGB is 66 - color contains mainly: red. Hex color #421133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421133 is #BDEECC. Grayscale: #232323. Windows color (decimal): -12447437 or 3346754. OLE color: 3346754.

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

Color convert

RGB661751-
CMYK00.740.230.74
HSL318.37º59.04%16.27%-
HSV(B)318.37º74.24%25.88%-
XYZ3.041.83.32-
YUV35.53136.73149.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 49.25%
GREEN value IS 17 (7.03% from 255) = 12.69%
BLUE value IS 51 (20.31% from 255) = 38.06%
R=49.25%
G=12.69%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.23
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66175100.740.230.74318.3759.0416.27
Hex42113304A174A13e3b10
Octal10221630112271124767320
Binary1000010100011100110100101010111100101010011111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421133; }

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

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

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

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

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

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

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

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