Html Css Color HEX #0C150B Myrtle

📋 copy color: '#0C150B'

red 12 ◦ green 21 ◦ blue 11

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

Shades of Myrtle #0C150B

Tints of Myrtle #0C150B

RGB

 RED value IS 12 (5.08% from 255) = 27.27%

 GREEN value IS 21 (8.59% from 255) = 47.73%

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

R = 27.27%
G = 47.73%
B = 25%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.48

 K value IS 0.92

RGB Variations

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

Color information

#0C150B (or 0x0C150B) is known color: Myrtle. HEX triplet: 0C, 15 and 0B. RGB value is (12,21,11). Sum of RGB (Red+Green+Blue) = 12+21+11=44 (5% of max value = 765). Red value is 12 (5.08% from 255 or 27.27% from 44); Green value is 21 (8.59% from 255 or 47.73% from 44); Blue value is 11 (4.69% from 255 or 25% from 44); Max value from RGB is 21 - color contains mainly: green. Hex color #0C150B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C150B is #F3EAF4. Grayscale: #111111. Windows color (decimal): -15985397 or 726284. OLE color: 726284.

HSL color Cylindrical-coordinate representation of color #0C150B: hue angle of 114º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0C150B is Cyan = 0.43, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.92.

Color convert

RGB 12 21 11 -
CMYK 0.43 0 0.48 0.92
HSL 114º 0.31% 0.06% -
HSV(B) 114º 0.48% 0.08% -
XYZ 0.48 0.64 0.41 -
YUV 17.17 124.52 124.31 -
System Red Green Blue C M Y K H S L
Decimal 12 21 11 0.43 0 0.48 0.92 114 0.31 0.06
Hex C 15 B 2B 0 30 5C 72 1F 6
Octal 14 25 13 53 0 60 134 162 37 6
Binary 1100 10101 1011 101011 0 110000 1011100 1110010 11111 110

Color Harmonies of #0C150B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C150B

Black with #0C150B

Text Example


Text Example

White with #0C150B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,21,11); }

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

background-color css

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

 a { background-color: rgb(12,21,11); }

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

border-color css

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

 span { border-color: rgb(12,21,11); }

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