#421C36

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

Shades of Blackberry #421C36

Tints of Blackberry #421C36

Color information

#421C36 (or 0x421C36) is unknown color: approx Blackberry. HEX triplet: 42, 1C and 36. RGB value is (66,28,54). Sum of RGB (Red+Green+Blue) = 66+28+54=148 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.59% from 148); Green value is 28 (11.33% from 255 or 18.92% from 148); Blue value is 54 (21.48% from 255 or 36.49% from 148); Max value from RGB is 66 - color contains mainly: red. Hex color #421C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421C36 is #BDE3C9. Grayscale: #2A2A2A. Windows color (decimal): -12444618 or 3546178. OLE color: 3546178.

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

Color convert

RGB662854-
CMYK00.580.180.74
HSL318.95º40.43%18.43%-
HSV(B)318.95º57.58%25.88%-
XYZ3.332.263.75-
YUV42.33134.59144.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44.59%
GREEN value IS 28 (11.33% from 255) = 18.92%
BLUE value IS 54 (21.48% from 255) = 36.49%
R=44.59%
G=18.92%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.18
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66285400.580.180.74318.9540.4318.43
Hex421C3603A124A13f2812
Octal1023466072221124775022
Binary100001011100110110011101010010100101010011111110100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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