#21341B

Color #21341B Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #21341B

Tints of Myrtle #21341B

Color information

#21341B (or 0x21341B) is unknown color: approx Myrtle. HEX triplet: 21, 34 and 1B. RGB value is (33,52,27). Sum of RGB (Red+Green+Blue) = 33+52+27=112 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.46% from 112); Green value is 52 (20.70% from 255 or 46.43% from 112); Blue value is 27 (10.94% from 255 or 24.11% from 112); Max value from RGB is 52 - color contains mainly: green. Hex color #21341B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21341B is #DECBE4. Grayscale: #2B2B2B. Windows color (decimal): -14601189 or 1782817. OLE color: 1782817.

HSL color Cylindrical-coordinate representation of color #21341B: hue angle of 105.6º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #21341B is Cyan = 0.37, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.80.

Color convert

RGB335227-
CMYK0.3700.480.80
HSL105.6º31.65%15.49%-
HSV(B)105.6º48.08%20.39%-
XYZ2.052.861.48-
YUV43.47118.71120.53-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 29.46%
GREEN value IS 52 (20.70% from 255) = 46.43%
BLUE value IS 27 (10.94% from 255) = 24.11%
R=29.46%
G=46.43%
B=24.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3352270.3700.480.80105.631.6515.49
Hex21341B25030506a20f
Octal416433450601201524017
Binary100001110100110111001010110000101000011010101000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21341B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21341B; }

 p { color: rgb(33,52,27); }

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

<style>
 a { background-color: #21341B; }

 a { background-color: rgb(33,52,27); }

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

<style>
 span { border-color: #21341B; }

 span { border-color: rgb(33,52,27); }

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