Html Css Color HEX #0C150A Myrtle

📋 copy color: '#0C150A'

red 12 ◦ green 21 ◦ blue 10

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

Shades of Myrtle #0C150A

Tints of Myrtle #0C150A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 23.26%

R = 27.91%
G = 48.84%
B = 23.26%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.52

 K value IS 0.92

RGB Variations

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

Color information

#0C150A (or 0x0C150A) is known color: Myrtle. HEX triplet: 0C, 15 and 0A. RGB value is (12,21,10). Sum of RGB (Red+Green+Blue) = 12+21+10=43 (5% of max value = 765). Red value is 12 (5.08% from 255 or 27.91% from 43); Green value is 21 (8.59% from 255 or 48.84% from 43); Blue value is 10 (4.30% from 255 or 23.26% from 43); Max value from RGB is 21 - color contains mainly: green. Hex color #0C150A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C150A is #F3EAF5. Grayscale: #111111. Windows color (decimal): -15985398 or 660748. OLE color: 660748.

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

Color convert

RGB 12 21 10 -
CMYK 0.43 0 0.52 0.92
HSL 109.09º 0.35% 0.06% -
HSV(B) 109.09º 0.52% 0.08% -
XYZ 0.47 0.64 0.38 -
YUV 17.06 124.02 124.39 -
System Red Green Blue C M Y K H S L
Decimal 12 21 10 0.43 0 0.52 0.92 109.09 0.35 0.06
Hex C 15 A 2B 0 34 5C 6D 23 6
Octal 14 25 12 53 0 64 134 155 43 6
Binary 1100 10101 1010 101011 0 110100 1011100 1101101 100011 110

Color Harmonies of #0C150A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C150A

Black with #0C150A

Text Example


Text Example

White with #0C150A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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