#21362A

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

Shades of Holly #21362A

Tints of Holly #21362A

Color information

#21362A (or 0x21362A) is unknown color: approx Holly. HEX triplet: 21, 36 and 2A. RGB value is (33,54,42). Sum of RGB (Red+Green+Blue) = 33+54+42=129 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.58% from 129); Green value is 54 (21.48% from 255 or 41.86% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 54 - color contains mainly: green. Hex color #21362A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21362A is #DEC9D5. Grayscale: #2E2E2E. Windows color (decimal): -14600662 or 2766369. OLE color: 2766369.

HSL color Cylindrical-coordinate representation of color #21362A: hue angle of 145.71º degrees, saturation: 0.24, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #21362A is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.79.

Color convert

RGB335442-
CMYK0.3900.220.79
HSL145.71º24.14%17.06%-
HSV(B)145.71º38.89%21.18%-
XYZ2.363.132.67-
YUV46.35125.54118.48-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.58%
GREEN value IS 54 (21.48% from 255) = 41.86%
BLUE value IS 42 (16.80% from 255) = 32.56%
R=25.58%
G=41.86%
B=32.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3354420.3900.220.79145.7124.1417.06
Hex21362A270164F921811
Octal416652470261172223021
Binary1000011101101010101001110101101001111100100101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21362A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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