Html Css Color HEX #21362A Holly

📋 copy color: '#21362A'

red 33 ◦ green 54 ◦ blue 42

#21362A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Holly #21362A

Tints of Holly #21362A

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.8% from 255) = 32.56%

R = 25.58%
G = 41.86%
B = 32.56%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.22

 K value IS 0.79

RGB Variations

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

Color information

#21362A (or 0x21362A) is known color: 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

RGB 33 54 42 -
CMYK 0.39 0 0.22 0.79
HSL 145.71º 0.24% 0.17% -
HSV(B) 145.71º 0.39% 0.21% -
XYZ 2.36 3.13 2.67 -
YUV 46.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 33 54 42 0.39 0 0.22 0.79 145.71 0.24 0.17
Hex 21 36 2A 27 0 16 4F 92 18 11
Octal 41 66 52 47 0 26 117 222 30 21
Binary 100001 110110 101010 100111 0 10110 1001111 10010010 11000 10001

Color Harmonies of #21362A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21362A

Black with #21362A

Text Example


Text Example

White with #21362A

Text Example


Text Example

HTML Codes & Css Web 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>