Html Css Color HEX #0F0C05 Maire

📋 copy color: '#0F0C05'

red 15 ◦ green 12 ◦ blue 5

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

Shades of Maire #0F0C05

Tints of Maire #0F0C05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 15.63%

R = 46.88%
G = 37.5%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.67

 K value IS 0.94

RGB Variations

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

Color information

#0F0C05 (or 0x0F0C05) is known color: Maire. HEX triplet: 0F, 0C and 05. RGB value is (15,12,5). Sum of RGB (Red+Green+Blue) = 15+12+5=32 (4% of max value = 765). Red value is 15 (6.25% from 255 or 46.88% from 32); Green value is 12 (5.08% from 255 or 37.5% from 32); Blue value is 5 (2.34% from 255 or 15.62% from 32); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0C05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0C05 is #F0F3FA. Grayscale: #0C0C0C. Windows color (decimal): -15791099 or 330767. OLE color: 330767.

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

Color convert

RGB 15 12 5 -
CMYK 0 0.20 0.67 0.94
HSL 42º 0.5% 0.04% -
HSV(B) 42º 0.67% 0.06% -
XYZ 0.36 0.38 0.2 -
YUV 12.1 123.99 130.07 -
System Red Green Blue C M Y K H S L
Decimal 15 12 5 0 0.20 0.67 0.94 42 0.5 0.04
Hex F C 5 0 14 43 5E 2A 32 4
Octal 17 14 5 0 24 103 136 52 62 4
Binary 1111 1100 101 0 10100 1000011 1011110 101010 110010 100

Color Harmonies of #0F0C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0C05

Black with #0F0C05

Text Example


Text Example

White with #0F0C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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