Html Css Color HEX #0F210D Myrtle

📋 copy color: '#0F210D'

red 15 ◦ green 33 ◦ blue 13

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

Shades of Myrtle #0F210D

Tints of Myrtle #0F210D

RGB

 RED value IS 15 (6.25% from 255) = 24.59%

 GREEN value IS 33 (13.28% from 255) = 54.1%

 BLUE value IS 13 (5.47% from 255) = 21.31%

R = 24.59%
G = 54.1%
B = 21.31%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.61

 K value IS 0.87

RGB Variations

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

Color information

#0F210D (or 0x0F210D) is known color: Myrtle. HEX triplet: 0F, 21 and 0D. RGB value is (15,33,13). Sum of RGB (Red+Green+Blue) = 15+33+13=61 (8% of max value = 765). Red value is 15 (6.25% from 255 or 24.59% from 61); Green value is 33 (13.28% from 255 or 54.10% from 61); Blue value is 13 (5.47% from 255 or 21.31% from 61); Max value from RGB is 33 - color contains mainly: green. Hex color #0F210D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F210D is #F0DEF2. Grayscale: #191919. Windows color (decimal): -15785715 or 860431. OLE color: 860431.

HSL color Cylindrical-coordinate representation of color #0F210D: hue angle of 114º degrees, saturation: 0.43, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0F210D is Cyan = 0.55, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.87.

Color convert

RGB 15 33 13 -
CMYK 0.55 0 0.61 0.87
HSL 114º 0.43% 0.09% -
HSV(B) 114º 0.61% 0.13% -
XYZ 0.81 1.22 0.57 -
YUV 25.34 121.04 120.63 -
System Red Green Blue C M Y K H S L
Decimal 15 33 13 0.55 0 0.61 0.87 114 0.43 0.09
Hex F 21 D 37 0 3D 57 72 2B 9
Octal 17 41 15 67 0 75 127 162 53 11
Binary 1111 100001 1101 110111 0 111101 1010111 1110010 101011 1001

Color Harmonies of #0F210D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F210D

Black with #0F210D

Text Example


Text Example

White with #0F210D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F210D; }

 p { color: rgb(15,33,13); }

 H1.HeaderClassName
 {
   color: #0F210D;
 }
 .AnyTagClassName
 {
   color: #0F210D;
 }
</style>

background-color css

<style>
 a { background-color: #0F210D; }

 a { background-color: rgb(15,33,13); }

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

border-color css

<style>
 span { border-color: #0F210D; }

 span { border-color: rgb(15,33,13); }

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