Html Css Color HEX #0C300B Myrtle

📋 copy color: '#0C300B'

red 12 ◦ green 48 ◦ blue 11

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

Shades of Myrtle #0C300B

Tints of Myrtle #0C300B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 67.61%

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

R = 16.9%
G = 67.61%
B = 15.49%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.77

 K value IS 0.81

RGB Variations

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

Color information

#0C300B (or 0x0C300B) is known color: Myrtle. HEX triplet: 0C, 30 and 0B. RGB value is (12,48,11). Sum of RGB (Red+Green+Blue) = 12+48+11=71 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.90% from 71); Green value is 48 (19.14% from 255 or 67.61% from 71); Blue value is 11 (4.69% from 255 or 15.49% from 71); Max value from RGB is 48 - color contains mainly: green. Hex color #0C300B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C300B is #F3CFF4. Grayscale: #212121. Windows color (decimal): -15978485 or 733196. OLE color: 733196.

HSL color Cylindrical-coordinate representation of color #0C300B: hue angle of 118.38º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0C300B is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.81.

Color convert

RGB 12 48 11 -
CMYK 0.75 0 0.77 0.81
HSL 118.38º 0.63% 0.12% -
HSV(B) 118.38º 0.77% 0.19% -
XYZ 1.27 2.22 0.68 -
YUV 33.02 115.57 113.01 -
System Red Green Blue C M Y K H S L
Decimal 12 48 11 0.75 0 0.77 0.81 118.38 0.63 0.12
Hex C 30 B 4B 0 4D 51 76 3F C
Octal 14 60 13 113 0 115 121 166 77 14
Binary 1100 110000 1011 1001011 0 1001101 1010001 1110110 111111 1100

Color Harmonies of #0C300B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C300B

Black with #0C300B

Text Example


Text Example

White with #0C300B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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