#421134

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

Shades of Blackberry #421134

Tints of Blackberry #421134

Color information

#421134 (or 0x421134) is unknown color: approx Blackberry. HEX triplet: 42, 11 and 34. RGB value is (66,17,52). Sum of RGB (Red+Green+Blue) = 66+17+52=135 (17% of max value = 765). Red value is 66 (26.17% from 255 or 48.89% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 52 (20.70% from 255 or 38.52% from 135); Max value from RGB is 66 - color contains mainly: red. Hex color #421134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421134 is #BDEECB. Grayscale: #232323. Windows color (decimal): -12447436 or 3412290. OLE color: 3412290.

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

Color convert

RGB661752-
CMYK00.740.210.74
HSL317.14º59.04%16.27%-
HSV(B)317.14º74.24%25.88%-
XYZ3.071.813.44-
YUV35.64137.23149.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 48.89%
GREEN value IS 17 (7.03% from 255) = 12.59%
BLUE value IS 52 (20.70% from 255) = 38.52%
R=48.89%
G=12.59%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.21
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66175200.740.210.74317.1459.0416.27
Hex42113404A154A13d3b10
Octal10221640112251124757320
Binary1000010100011101000100101010101100101010011110111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421134; }

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

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

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

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

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

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

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

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