Html Css Color HEX #0F220C Myrtle

📋 copy color: '#0F220C'

red 15 ◦ green 34 ◦ blue 12

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

Shades of Myrtle #0F220C

Tints of Myrtle #0F220C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 55.74%

 BLUE value IS 12 (5.08% from 255) = 19.67%

R = 24.59%
G = 55.74%
B = 19.67%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.65

 K value IS 0.87

RGB Variations

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

Color information

#0F220C (or 0x0F220C) is known color: Myrtle. HEX triplet: 0F, 22 and 0C. RGB value is (15,34,12). Sum of RGB (Red+Green+Blue) = 15+34+12=61 (8% of max value = 765). Red value is 15 (6.25% from 255 or 24.59% from 61); Green value is 34 (13.67% from 255 or 55.74% from 61); Blue value is 12 (5.08% from 255 or 19.67% from 61); Max value from RGB is 34 - color contains mainly: green. Hex color #0F220C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F220C is #F0DDF3. Grayscale: #191919. Windows color (decimal): -15785460 or 795151. OLE color: 795151.

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

Color convert

RGB 15 34 12 -
CMYK 0.56 0 0.65 0.87
HSL 111.82º 0.48% 0.09% -
HSV(B) 111.82º 0.65% 0.13% -
XYZ 0.84 1.27 0.55 -
YUV 25.81 120.21 120.29 -
System Red Green Blue C M Y K H S L
Decimal 15 34 12 0.56 0 0.65 0.87 111.82 0.48 0.09
Hex F 22 C 38 0 41 57 70 30 9
Octal 17 42 14 70 0 101 127 160 60 11
Binary 1111 100010 1100 111000 0 1000001 1010111 1110000 110000 1001

Color Harmonies of #0F220C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F220C

Black with #0F220C

Text Example


Text Example

White with #0F220C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,34,12); }

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

background-color css

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

 a { background-color: rgb(15,34,12); }

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

border-color css

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

 span { border-color: rgb(15,34,12); }

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