Html Css Color HEX #0F210B Myrtle

📋 copy color: '#0F210B'

red 15 ◦ green 33 ◦ blue 11

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

Shades of Myrtle #0F210B

Tints of Myrtle #0F210B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 18.64%

R = 25.42%
G = 55.93%
B = 18.64%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.67

 K value IS 0.87

RGB Variations

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

Color information

#0F210B (or 0x0F210B) is known color: Myrtle. HEX triplet: 0F, 21 and 0B. RGB value is (15,33,11). Sum of RGB (Red+Green+Blue) = 15+33+11=59 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25.42% from 59); Green value is 33 (13.28% from 255 or 55.93% from 59); Blue value is 11 (4.69% from 255 or 18.64% from 59); Max value from RGB is 33 - color contains mainly: green. Hex color #0F210B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F210B is #F0DEF4. Grayscale: #191919. Windows color (decimal): -15785717 or 729359. OLE color: 729359.

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

Color convert

RGB 15 33 11 -
CMYK 0.55 0 0.67 0.87
HSL 109.09º 0.5% 0.09% -
HSV(B) 109.09º 0.67% 0.13% -
XYZ 0.8 1.21 0.51 -
YUV 25.11 120.04 120.79 -
System Red Green Blue C M Y K H S L
Decimal 15 33 11 0.55 0 0.67 0.87 109.09 0.5 0.09
Hex F 21 B 37 0 43 57 6D 32 9
Octal 17 41 13 67 0 103 127 155 62 11
Binary 1111 100001 1011 110111 0 1000011 1010111 1101101 110010 1001

Color Harmonies of #0F210B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F210B

Black with #0F210B

Text Example


Text Example

White with #0F210B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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