Html Css Color HEX #0F220D Myrtle

📋 copy color: '#0F220D'

red 15 ◦ green 34 ◦ blue 13

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

Shades of Myrtle #0F220D

Tints of Myrtle #0F220D

RGB

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

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

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

R = 24.19%
G = 54.84%
B = 20.97%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.62

 K value IS 0.87

RGB Variations

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

Color information

#0F220D (or 0x0F220D) is known color: Myrtle. HEX triplet: 0F, 22 and 0D. RGB value is (15,34,13). Sum of RGB (Red+Green+Blue) = 15+34+13=62 (8% of max value = 765). Red value is 15 (6.25% from 255 or 24.19% from 62); Green value is 34 (13.67% from 255 or 54.84% from 62); Blue value is 13 (5.47% from 255 or 20.97% from 62); Max value from RGB is 34 - color contains mainly: green. Hex color #0F220D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F220D is #F0DDF2. Grayscale: #191919. Windows color (decimal): -15785459 or 860687. OLE color: 860687.

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

Color convert

RGB 15 34 13 -
CMYK 0.56 0 0.62 0.87
HSL 114.29º 0.45% 0.09% -
HSV(B) 114.29º 0.62% 0.13% -
XYZ 0.84 1.27 0.58 -
YUV 25.93 120.71 120.21 -
System Red Green Blue C M Y K H S L
Decimal 15 34 13 0.56 0 0.62 0.87 114.29 0.45 0.09
Hex F 22 D 38 0 3E 57 72 2D 9
Octal 17 42 15 70 0 76 127 162 55 11
Binary 1111 100010 1101 111000 0 111110 1010111 1110010 101101 1001

Color Harmonies of #0F220D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F220D

Black with #0F220D

Text Example


Text Example

White with #0F220D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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