Html Css Color HEX #0C390E Myrtle

📋 copy color: '#0C390E'

red 12 ◦ green 57 ◦ blue 14

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

Shades of Myrtle #0C390E

Tints of Myrtle #0C390E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 16.87%

R = 14.46%
G = 68.67%
B = 16.87%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#0C390E (or 0x0C390E) is known color: Myrtle. HEX triplet: 0C, 39 and 0E. RGB value is (12,57,14). Sum of RGB (Red+Green+Blue) = 12+57+14=83 (10% of max value = 765). Red value is 12 (5.08% from 255 or 14.46% from 83); Green value is 57 (22.66% from 255 or 68.67% from 83); Blue value is 14 (5.86% from 255 or 16.87% from 83); Max value from RGB is 57 - color contains mainly: green. Hex color #0C390E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C390E is #F3C6F1. Grayscale: #262626. Windows color (decimal): -15976178 or 932108. OLE color: 932108.

HSL color Cylindrical-coordinate representation of color #0C390E: hue angle of 122.67º degrees, saturation: 0.65, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0C390E is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB 12 57 14 -
CMYK 0.79 0 0.75 0.78
HSL 122.67º 0.65% 0.14% -
HSV(B) 122.67º 0.79% 0.22% -
XYZ 1.69 3.04 0.91 -
YUV 38.64 114.09 109 -
System Red Green Blue C M Y K H S L
Decimal 12 57 14 0.79 0 0.75 0.78 122.67 0.65 0.14
Hex C 39 E 4F 0 4B 4E 7B 41 E
Octal 14 71 16 117 0 113 116 173 101 16
Binary 1100 111001 1110 1001111 0 1001011 1001110 1111011 1000001 1110

Color Harmonies of #0C390E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C390E

Black with #0C390E

Text Example


Text Example

White with #0C390E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,57,14); }

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

background-color css

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

 a { background-color: rgb(12,57,14); }

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

border-color css

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

 span { border-color: rgb(12,57,14); }

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