#213F1F

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

Shades of Myrtle #213F1F

Tints of Myrtle #213F1F

Color information

#213F1F (or 0x213F1F) is unknown color: approx Myrtle. HEX triplet: 21, 3F and 1F. RGB value is (33,63,31). Sum of RGB (Red+Green+Blue) = 33+63+31=127 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.98% from 127); Green value is 63 (25% from 255 or 49.61% from 127); Blue value is 31 (12.5% from 255 or 24.41% from 127); Max value from RGB is 63 - color contains mainly: green. Hex color #213F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213F1F is #DEC0E0. Grayscale: #323232. Windows color (decimal): -14598369 or 2047777. OLE color: 2047777.

HSL color Cylindrical-coordinate representation of color #213F1F: hue angle of 116.25º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #213F1F is Cyan = 0.48, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.75.

Color convert

RGB336331-
CMYK0.4800.510.75
HSL116.25º34.04%18.43%-
HSV(B)116.25º50.79%24.71%-
XYZ2.653.981.92-
YUV50.38117.06115.6-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.98%
GREEN value IS 63 (25% from 255) = 49.61%
BLUE value IS 31 (12.5% from 255) = 24.41%
R=25.98%
G=49.61%
B=24.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3363310.4800.510.75116.2534.0418.43
Hex213F1F300334B742212
Octal417737600631131644222
Binary1000011111111111111000001100111001011111010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213F1F; }

 p { color: rgb(33,63,31); }

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

<style>
 a { background-color: #213F1F; }

 a { background-color: rgb(33,63,31); }

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

<style>
 span { border-color: #213F1F; }

 span { border-color: rgb(33,63,31); }

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