Html Css Color HEX #21381D Myrtle

📋 copy color: '#21381D'

red 33 ◦ green 56 ◦ blue 29

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

Shades of Myrtle #21381D

Tints of Myrtle #21381D

RGB

 RED value IS 33 (13.28% from 255) = 27.97%

 GREEN value IS 56 (22.27% from 255) = 47.46%

 BLUE value IS 29 (11.72% from 255) = 24.58%

R = 27.97%
G = 47.46%
B = 24.58%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.48

 K value IS 0.78

RGB Variations

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

Color information

#21381D (or 0x21381D) is known color: Myrtle. HEX triplet: 21, 38 and 1D. RGB value is (33,56,29). Sum of RGB (Red+Green+Blue) = 33+56+29=118 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.97% from 118); Green value is 56 (22.27% from 255 or 47.46% from 118); Blue value is 29 (11.72% from 255 or 24.58% from 118); Max value from RGB is 56 - color contains mainly: green. Hex color #21381D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21381D is #DEC7E2. Grayscale: #2E2E2E. Windows color (decimal): -14600163 or 1914913. OLE color: 1914913.

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

Color convert

RGB 33 56 29 -
CMYK 0.41 0 0.48 0.78
HSL 111.11º 0.32% 0.17% -
HSV(B) 111.11º 0.48% 0.22% -
XYZ 2.26 3.24 1.67 -
YUV 46.05 118.38 118.7 -
System Red Green Blue C M Y K H S L
Decimal 33 56 29 0.41 0 0.48 0.78 111.11 0.32 0.17
Hex 21 38 1D 29 0 30 4E 6F 20 11
Octal 41 70 35 51 0 60 116 157 40 21
Binary 100001 111000 11101 101001 0 110000 1001110 1101111 100000 10001

Color Harmonies of #21381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21381D

Black with #21381D

Text Example


Text Example

White with #21381D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21381D; }

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

 H1.HeaderClassName
 {
   color: #21381D;
 }
 .AnyTagClassName
 {
   color: #21381D;
 }
</style>

background-color css

<style>
 a { background-color: #21381D; }

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

 div.DivClassName
 {
   background-color: #21381D;
 }
 .BgClassName
 {
   background-color: #21381D;
 }
</style>

border-color css

<style>
 span { border-color: #21381D; }

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

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