Html Css Color HEX #0F1003 Maire

📋 copy color: '#0F1003'

red 15 ◦ green 16 ◦ blue 3

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

Shades of Maire #0F1003

Tints of Maire #0F1003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 8.82%

R = 44.12%
G = 47.06%
B = 8.82%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.81

 K value IS 0.94

RGB Variations

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

Color information

#0F1003 (or 0x0F1003) is known color: Maire. HEX triplet: 0F, 10 and 03. RGB value is (15,16,3). Sum of RGB (Red+Green+Blue) = 15+16+3=34 (4% of max value = 765). Red value is 15 (6.25% from 255 or 44.12% from 34); Green value is 16 (6.64% from 255 or 47.06% from 34); Blue value is 3 (1.56% from 255 or 8.82% from 34); Max value from RGB is 16 - color contains mainly: green. Hex color #0F1003 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1003 is #F0EFFC. Grayscale: #0E0E0E. Windows color (decimal): -15790077 or 200719. OLE color: 200719.

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

Color convert

RGB 15 16 3 -
CMYK 0.06 0 0.81 0.94
HSL 64.62º 0.68% 0.04% -
HSV(B) 64.62º 0.81% 0.06% -
XYZ 0.4 0.48 0.16 -
YUV 14.22 121.67 128.56 -
System Red Green Blue C M Y K H S L
Decimal 15 16 3 0.06 0 0.81 0.94 64.62 0.68 0.04
Hex F 10 3 6 0 51 5E 41 44 4
Octal 17 20 3 6 0 121 136 101 104 4
Binary 1111 10000 11 110 0 1010001 1011110 1000001 1000100 100

Color Harmonies of #0F1003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1003

Black with #0F1003

Text Example


Text Example

White with #0F1003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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