Html Css Color HEX #0C130A Myrtle

📋 copy color: '#0C130A'

red 12 ◦ green 19 ◦ blue 10

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

Shades of Myrtle #0C130A

Tints of Myrtle #0C130A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 46.34%

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

R = 29.27%
G = 46.34%
B = 24.39%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.47

 K value IS 0.93

RGB Variations

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

Color information

#0C130A (or 0x0C130A) is known color: Myrtle. HEX triplet: 0C, 13 and 0A. RGB value is (12,19,10). Sum of RGB (Red+Green+Blue) = 12+19+10=41 (5% of max value = 765). Red value is 12 (5.08% from 255 or 29.27% from 41); Green value is 19 (7.81% from 255 or 46.34% from 41); Blue value is 10 (4.30% from 255 or 24.39% from 41); Max value from RGB is 19 - color contains mainly: green. Hex color #0C130A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C130A is #F3ECF5. Grayscale: #0F0F0F. Windows color (decimal): -15985910 or 660236. OLE color: 660236.

HSL color Cylindrical-coordinate representation of color #0C130A: hue angle of 106.67º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #0C130A is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.93.

Color convert

RGB 12 19 10 -
CMYK 0.37 0 0.47 0.93
HSL 106.67º 0.31% 0.06% -
HSV(B) 106.67º 0.47% 0.07% -
XYZ 0.44 0.57 0.37 -
YUV 15.88 124.68 125.23 -
System Red Green Blue C M Y K H S L
Decimal 12 19 10 0.37 0 0.47 0.93 106.67 0.31 0.06
Hex C 13 A 25 0 2F 5D 6B 1F 6
Octal 14 23 12 45 0 57 135 153 37 6
Binary 1100 10011 1010 100101 0 101111 1011101 1101011 11111 110

Color Harmonies of #0C130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C130A

Black with #0C130A

Text Example


Text Example

White with #0C130A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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