#421C32

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

Shades of Blackberry #421C32

Tints of Blackberry #421C32

Color information

#421C32 (or 0x421C32) is unknown color: approx Blackberry. HEX triplet: 42, 1C and 32. RGB value is (66,28,50). Sum of RGB (Red+Green+Blue) = 66+28+50=144 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.83% from 144); Green value is 28 (11.33% from 255 or 19.44% from 144); Blue value is 50 (19.92% from 255 or 34.72% from 144); Max value from RGB is 66 - color contains mainly: red. Hex color #421C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421C32 is #BDE3CD. Grayscale: #292929. Windows color (decimal): -12444622 or 3284034. OLE color: 3284034.

HSL color Cylindrical-coordinate representation of color #421C32: hue angle of 325.26º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #421C32 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.74.

Color convert

RGB662850-
CMYK00.580.240.74
HSL325.26º40.43%18.43%-
HSV(B)325.26º57.58%25.88%-
XYZ3.242.223.28-
YUV41.87132.59145.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 45.83%
GREEN value IS 28 (11.33% from 255) = 19.44%
BLUE value IS 50 (19.92% from 255) = 34.72%
R=45.83%
G=19.44%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.24
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66285000.580.240.74325.2640.4318.43
Hex421C3203A184A1452812
Octal1023462072301125055022
Binary100001011100110010011101011000100101010100010110100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421C32; }

 p { color: rgb(66,28,50); }

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

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

 a { background-color: rgb(66,28,50); }

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

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

 span { border-color: rgb(66,28,50); }

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