#0F230B

Color #0F230B Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #0F230B

Tints of Myrtle #0F230B

Color information

#0F230B (or 0x0F230B) is unknown color: approx Myrtle. HEX triplet: 0F, 23 and 0B. RGB value is (15,35,11). Sum of RGB (Red+Green+Blue) = 15+35+11=61 (8% of max value = 765). Red value is 15 (6.25% from 255 or 24.59% from 61); Green value is 35 (14.06% from 255 or 57.38% from 61); Blue value is 11 (4.69% from 255 or 18.03% from 61); Max value from RGB is 35 - color contains mainly: green. Hex color #0F230B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F230B is #F0DCF4. Grayscale: #1A1A1A. Windows color (decimal): -15785205 or 729871. OLE color: 729871.

HSL color Cylindrical-coordinate representation of color #0F230B: hue angle of 110º degrees, saturation: 0.52, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0F230B is Cyan = 0.57, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.86.

Color convert

RGB153511-
CMYK0.5700.690.86
HSL110º52.17%9.02%-
HSV(B)110º68.57%13.73%-
XYZ0.861.330.53-
YUV26.28119.37119.95-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 24.59%
GREEN value IS 35 (14.06% from 255) = 57.38%
BLUE value IS 11 (4.69% from 255) = 18.03%
R=24.59%
G=57.38%
B=18.03%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1535110.5700.690.8611052.179.02
HexF23B39045566e349
Octal1743137101051261566411
Binary1111100011101111100101000101101011011011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F230B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0F230B;
 }
 .AnyTagClassName
 {
   color: #0F230B;
 }
</style>
background-color css

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

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

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

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

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

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