Html Css Color HEX #0F390B Myrtle

📋 copy color: '#0F390B'

red 15 ◦ green 57 ◦ blue 11

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

Shades of Myrtle #0F390B

Tints of Myrtle #0F390B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 68.67%

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

R = 18.07%
G = 68.67%
B = 13.25%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.81

 K value IS 0.78

RGB Variations

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

Color information

#0F390B (or 0x0F390B) is known color: Myrtle. HEX triplet: 0F, 39 and 0B. RGB value is (15,57,11). Sum of RGB (Red+Green+Blue) = 15+57+11=83 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.07% from 83); Green value is 57 (22.66% from 255 or 68.67% from 83); Blue value is 11 (4.69% from 255 or 13.25% from 83); Max value from RGB is 57 - color contains mainly: green. Hex color #0F390B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F390B is #F0C6F4. Grayscale: #272727. Windows color (decimal): -15779573 or 735503. OLE color: 735503.

HSL color Cylindrical-coordinate representation of color #0F390B: hue angle of 114.78º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F390B is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.78.

Color convert

RGB 15 57 11 -
CMYK 0.74 0 0.81 0.78
HSL 114.78º 0.68% 0.13% -
HSV(B) 114.78º 0.81% 0.22% -
XYZ 1.72 3.05 0.82 -
YUV 39.2 112.09 110.74 -
System Red Green Blue C M Y K H S L
Decimal 15 57 11 0.74 0 0.81 0.78 114.78 0.68 0.13
Hex F 39 B 4A 0 51 4E 73 44 D
Octal 17 71 13 112 0 121 116 163 104 15
Binary 1111 111001 1011 1001010 0 1010001 1001110 1110011 1000100 1101

Color Harmonies of #0F390B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F390B

Black with #0F390B

Text Example


Text Example

White with #0F390B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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