Html Css Color HEX #0F0C04 Maire

📋 copy color: '#0F0C04'

red 15 ◦ green 12 ◦ blue 4

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

Shades of Maire #0F0C04

Tints of Maire #0F0C04

RGB

 RED value IS 15 (6.25% from 255) = 48.39%

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

 BLUE value IS 4 (1.95% from 255) = 12.9%

R = 48.39%
G = 38.71%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.73

 K value IS 0.94

RGB Variations

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

Color information

#0F0C04 (or 0x0F0C04) is known color: Maire. HEX triplet: 0F, 0C and 04. RGB value is (15,12,4). Sum of RGB (Red+Green+Blue) = 15+12+4=31 (4% of max value = 765). Red value is 15 (6.25% from 255 or 48.39% from 31); Green value is 12 (5.08% from 255 or 38.71% from 31); Blue value is 4 (1.95% from 255 or 12.90% from 31); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0C04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0C04 is #F0F3FB. Grayscale: #0C0C0C. Windows color (decimal): -15791100 or 265231. OLE color: 265231.

HSL color Cylindrical-coordinate representation of color #0F0C04: hue angle of 43.64º degrees, saturation: 0.58, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0F0C04 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.94.

Color convert

RGB 15 12 4 -
CMYK 0 0.20 0.73 0.94
HSL 43.64º 0.58% 0.04% -
HSV(B) 43.64º 0.73% 0.06% -
XYZ 0.35 0.37 0.17 -
YUV 11.99 123.49 130.15 -
System Red Green Blue C M Y K H S L
Decimal 15 12 4 0 0.20 0.73 0.94 43.64 0.58 0.04
Hex F C 4 0 14 49 5E 2C 3A 4
Octal 17 14 4 0 24 111 136 54 72 4
Binary 1111 1100 100 0 10100 1001001 1011110 101100 111010 100

Color Harmonies of #0F0C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0C04

Black with #0F0C04

Text Example


Text Example

White with #0F0C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,12,4); }

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

background-color css

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

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

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

border-color css

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

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

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