Html Css Color HEX #0F3313 Myrtle

📋 copy color: '#0F3313'

red 15 ◦ green 51 ◦ blue 19

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

Shades of Myrtle #0F3313

Tints of Myrtle #0F3313

RGB

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

 GREEN value IS 51 (20.31% from 255) = 60%

 BLUE value IS 19 (7.81% from 255) = 22.35%

R = 17.65%
G = 60%
B = 22.35%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.63

 K value IS 0.8

RGB Variations

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

Color information

#0F3313 (or 0x0F3313) is known color: Myrtle. HEX triplet: 0F, 33 and 13. RGB value is (15,51,19). Sum of RGB (Red+Green+Blue) = 15+51+19=85 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.65% from 85); Green value is 51 (20.31% from 255 or 60% from 85); Blue value is 19 (7.81% from 255 or 22.35% from 85); Max value from RGB is 51 - color contains mainly: green. Hex color #0F3313 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3313 is #F0CCEC. Grayscale: #242424. Windows color (decimal): -15781101 or 1258255. OLE color: 1258255.

HSL color Cylindrical-coordinate representation of color #0F3313: hue angle of 126.67º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0F3313 is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.8.

Color convert

RGB 15 51 19 -
CMYK 0.71 0 0.63 0.8
HSL 126.67º 0.55% 0.13% -
HSV(B) 126.67º 0.71% 0.2% -
XYZ 1.5 2.52 1.02 -
YUV 36.59 118.07 112.6 -
System Red Green Blue C M Y K H S L
Decimal 15 51 19 0.71 0 0.63 0.8 126.67 0.55 0.13
Hex F 33 13 47 0 3F 50 7F 37 D
Octal 17 63 23 107 0 77 120 177 67 15
Binary 1111 110011 10011 1000111 0 111111 1010000 1111111 110111 1101

Color Harmonies of #0F3313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3313

Black with #0F3313

Text Example


Text Example

White with #0F3313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,51,19); }

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

background-color css

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

 a { background-color: rgb(15,51,19); }

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

border-color css

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

 span { border-color: rgb(15,51,19); }

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