Html Css Color HEX #21382A Holly

📋 copy color: '#21382A'

red 33 ◦ green 56 ◦ blue 42

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

Shades of Holly #21382A

Tints of Holly #21382A

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

R = 25.19%
G = 42.75%
B = 32.06%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.25

 K value IS 0.78

RGB Variations

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

Color information

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

RGB 33 56 42 -
CMYK 0.41 0 0.25 0.78
HSL 143.48º 0.26% 0.17% -
HSV(B) 143.48º 0.41% 0.22% -
XYZ 2.46 3.32 2.7 -
YUV 47.53 124.88 117.64 -
System Red Green Blue C M Y K H S L
Decimal 33 56 42 0.41 0 0.25 0.78 143.48 0.26 0.17
Hex 21 38 2A 29 0 19 4E 8F 1A 11
Octal 41 70 52 51 0 31 116 217 32 21
Binary 100001 111000 101010 101001 0 11001 1001110 10001111 11010 10001

Color Harmonies of #21382A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21382A

Black with #21382A

Text Example


Text Example

White with #21382A

Text Example


Text Example

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