Html Css Color HEX #21392A Holly

📋 copy color: '#21392A'

red 33 ◦ green 57 ◦ blue 42

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

Shades of Holly #21392A

Tints of Holly #21392A

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

R = 25%
G = 43.18%
B = 31.82%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.26

 K value IS 0.78

RGB Variations

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

Color information

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

RGB 33 57 42 -
CMYK 0.42 0 0.26 0.78
HSL 142.5º 0.27% 0.18% -
HSV(B) 142.5º 0.42% 0.22% -
XYZ 2.51 3.42 2.72 -
YUV 48.11 124.55 117.22 -
System Red Green Blue C M Y K H S L
Decimal 33 57 42 0.42 0 0.26 0.78 142.5 0.27 0.18
Hex 21 39 2A 2A 0 1A 4E 8E 1B 12
Octal 41 71 52 52 0 32 116 216 33 22
Binary 100001 111001 101010 101010 0 11010 1001110 10001110 11011 10010

Color Harmonies of #21392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21392A

Black with #21392A

Text Example


Text Example

White with #21392A

Text Example


Text Example

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