Html Css Color HEX #0F210C Myrtle

📋 copy color: '#0F210C'

red 15 ◦ green 33 ◦ blue 12

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

Shades of Myrtle #0F210C

Tints of Myrtle #0F210C

RGB

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

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

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

R = 25%
G = 55%
B = 20%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.64

 K value IS 0.87

RGB Variations

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

Color information

#0F210C (or 0x0F210C) is known color: Myrtle. HEX triplet: 0F, 21 and 0C. RGB value is (15,33,12). Sum of RGB (Red+Green+Blue) = 15+33+12=60 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25% from 60); Green value is 33 (13.28% from 255 or 55% from 60); Blue value is 12 (5.08% from 255 or 20% from 60); Max value from RGB is 33 - color contains mainly: green. Hex color #0F210C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F210C is #F0DEF3. Grayscale: #191919. Windows color (decimal): -15785716 or 794895. OLE color: 794895.

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

Color convert

RGB 15 33 12 -
CMYK 0.55 0 0.64 0.87
HSL 111.43º 0.47% 0.09% -
HSV(B) 111.43º 0.64% 0.13% -
XYZ 0.81 1.22 0.54 -
YUV 25.22 120.54 120.71 -
System Red Green Blue C M Y K H S L
Decimal 15 33 12 0.55 0 0.64 0.87 111.43 0.47 0.09
Hex F 21 C 37 0 40 57 6F 2F 9
Octal 17 41 14 67 0 100 127 157 57 11
Binary 1111 100001 1100 110111 0 1000000 1010111 1101111 101111 1001

Color Harmonies of #0F210C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F210C

Black with #0F210C

Text Example


Text Example

White with #0F210C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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