Html Css Color HEX #0C0B07 Maire

📋 copy color: '#0C0B07'

red 12 ◦ green 11 ◦ blue 7

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

Shades of Maire #0C0B07

Tints of Maire #0C0B07

RGB

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

 GREEN value IS 11 (4.69% from 255) = 36.67%

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

R = 40%
G = 36.67%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.42

 K value IS 0.95

RGB Variations

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

Color information

#0C0B07 (or 0x0C0B07) is known color: Maire. HEX triplet: 0C, 0B and 07. RGB value is (12,11,7). Sum of RGB (Red+Green+Blue) = 12+11+7=30 (3% of max value = 765). Red value is 12 (5.08% from 255 or 40% from 30); Green value is 11 (4.69% from 255 or 36.67% from 30); Blue value is 7 (3.12% from 255 or 23.33% from 30); Max value from RGB is 12 - color contains mainly: red. Hex color #0C0B07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0B07 is #F3F4F8. Grayscale: #0A0A0A. Windows color (decimal): -15987961 or 461580. OLE color: 461580.

HSL color Cylindrical-coordinate representation of color #0C0B07: hue angle of 48º 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 #0C0B07 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.95.

Color convert

RGB 12 11 7 -
CMYK 0 0.08 0.42 0.95
HSL 48º 0.26% 0.04% -
HSV(B) 48º 0.42% 0.05% -
XYZ 0.31 0.33 0.25 -
YUV 10.84 125.83 128.83 -
System Red Green Blue C M Y K H S L
Decimal 12 11 7 0 0.08 0.42 0.95 48 0.26 0.04
Hex C B 7 0 8 2A 5F 30 1A 4
Octal 14 13 7 0 10 52 137 60 32 4
Binary 1100 1011 111 0 1000 101010 1011111 110000 11010 100

Color Harmonies of #0C0B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0B07

Black with #0C0B07

Text Example


Text Example

White with #0C0B07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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