#21392A

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

Shades of Holly #21392A

Tints of Holly #21392A

Color information

#21392A (or 0x21392A) is unknown color: approx Holly. HEX triplet: 21, 39 and 2A. RGB value is (33,57,42). Sum of RGB (Red+Green+Blue) = 33+57+42=132 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25% from 132); Green value is 57 (22.66% from 255 or 43.18% from 132); Blue value is 42 (16.80% from 255 or 31.82% from 132); Max value from RGB is 57 - color contains mainly: green. Hex color #21392A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21392A is #DEC6D5. Grayscale: #303030. Windows color (decimal): -14599894 or 2767137. OLE color: 2767137.

HSL color Cylindrical-coordinate representation of color #21392A: hue angle of 142.5º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #21392A is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.78.

Color convert

RGB335742-
CMYK0.4200.260.78
HSL142.5º26.67%17.65%-
HSV(B)142.5º42.11%22.35%-
XYZ2.513.422.72-
YUV48.11124.55117.22-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25%
GREEN value IS 57 (22.66% from 255) = 43.18%
BLUE value IS 42 (16.80% from 255) = 31.82%
R=25%
G=43.18%
B=31.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3357420.4200.260.78142.526.6717.65
Hex21392A2A01A4E8e1b12
Octal417152520321162163322
Binary1000011110011010101010100110101001110100011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21392A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21392A; }

 p { color: rgb(33,57,42); }

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

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

 a { background-color: rgb(33,57,42); }

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

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

 span { border-color: rgb(33,57,42); }

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