Html Css Color HEX #0F1004 Maire

📋 copy color: '#0F1004'

red 15 ◦ green 16 ◦ blue 4

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

Shades of Maire #0F1004

Tints of Maire #0F1004

RGB

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

 GREEN value IS 16 (6.64% from 255) = 45.71%

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

R = 42.86%
G = 45.71%
B = 11.43%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.75

 K value IS 0.94

RGB Variations

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

Color information

#0F1004 (or 0x0F1004) is known color: Maire. HEX triplet: 0F, 10 and 04. RGB value is (15,16,4). Sum of RGB (Red+Green+Blue) = 15+16+4=35 (4% of max value = 765). Red value is 15 (6.25% from 255 or 42.86% from 35); Green value is 16 (6.64% from 255 or 45.71% from 35); Blue value is 4 (1.95% from 255 or 11.43% from 35); Max value from RGB is 16 - color contains mainly: green. Hex color #0F1004 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1004 is #F0EFFB. Grayscale: #0E0E0E. Windows color (decimal): -15790076 or 266255. OLE color: 266255.

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

Color convert

RGB 15 16 4 -
CMYK 0.06 0 0.75 0.94
HSL 65º 0.6% 0.04% -
HSV(B) 65º 0.75% 0.06% -
XYZ 0.4 0.48 0.19 -
YUV 14.33 122.17 128.48 -
System Red Green Blue C M Y K H S L
Decimal 15 16 4 0.06 0 0.75 0.94 65 0.6 0.04
Hex F 10 4 6 0 4B 5E 41 3C 4
Octal 17 20 4 6 0 113 136 101 74 4
Binary 1111 10000 100 110 0 1001011 1011110 1000001 111100 100

Color Harmonies of #0F1004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1004

Black with #0F1004

Text Example


Text Example

White with #0F1004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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