Html Css Color HEX #0C0C07 Maire

📋 copy color: '#0C0C07'

red 12 ◦ green 12 ◦ blue 7

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

Shades of Maire #0C0C07

Tints of Maire #0C0C07

RGB

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

 GREEN value IS 12 (5.08% from 255) = 38.71%

 BLUE value IS 7 (3.13% from 255) = 22.58%

R = 38.71%
G = 38.71%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.42

 K value IS 0.95

RGB Variations

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

Color information

#0C0C07 (or 0x0C0C07) is known color: Maire. HEX triplet: 0C, 0C and 07. RGB value is (12,12,7). Sum of RGB (Red+Green+Blue) = 12+12+7=31 (4% of max value = 765). Red value is 12 (5.08% from 255 or 38.71% from 31); Green value is 12 (5.08% from 255 or 38.71% from 31); Blue value is 7 (3.12% from 255 or 22.58% from 31); Max value from RGB is 12 - color contains mainly: red, green. Hex color #0C0C07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0C07 is #F3F3F8. Grayscale: #0B0B0B. Windows color (decimal): -15987705 or 461836. OLE color: 461836.

HSL color Cylindrical-coordinate representation of color #0C0C07: hue angle of 60º degrees, saturation: 0.26, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #0C0C07 is Cyan = 0, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.95.

Color convert

RGB 12 12 7 -
CMYK 0 0 0.42 0.95
HSL 60º 0.26% 0.04% -
HSV(B) 60º 0.42% 0.05% -
XYZ 0.32 0.36 0.25 -
YUV 11.43 125.5 128.41 -
System Red Green Blue C M Y K H S L
Decimal 12 12 7 0 0 0.42 0.95 60 0.26 0.04
Hex C C 7 0 0 2A 5F 3C 1A 4
Octal 14 14 7 0 0 52 137 74 32 4
Binary 1100 1100 111 0 0 101010 1011111 111100 11010 100

Color Harmonies of #0C0C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0C07

Black with #0C0C07

Text Example


Text Example

White with #0C0C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,12,7); }

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

background-color css

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

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

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

border-color css

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

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

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