#21382A

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

Shades of Holly #21382A

Tints of Holly #21382A

Color information

#21382A (or 0x21382A) is unknown color: approx Holly. HEX triplet: 21, 38 and 2A. RGB value is (33,56,42). Sum of RGB (Red+Green+Blue) = 33+56+42=131 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.19% from 131); Green value is 56 (22.27% from 255 or 42.75% from 131); Blue value is 42 (16.80% from 255 or 32.06% from 131); Max value from RGB is 56 - color contains mainly: green. Hex color #21382A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21382A is #DEC7D5. Grayscale: #2F2F2F. Windows color (decimal): -14600150 or 2766881. OLE color: 2766881.

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

Color convert

RGB335642-
CMYK0.4100.250.78
HSL143.48º25.84%17.45%-
HSV(B)143.48º41.07%21.96%-
XYZ2.463.322.7-
YUV47.53124.88117.64-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.19%
GREEN value IS 56 (22.27% from 255) = 42.75%
BLUE value IS 42 (16.80% from 255) = 32.06%
R=25.19%
G=42.75%
B=32.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3356420.4100.250.78143.4825.8417.45
Hex21382A290194E8f1a11
Octal417052510311162173221
Binary1000011110001010101010010110011001110100011111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21382A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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