Html Css Color HEX #0F0B03 Maire

📋 copy color: '#0F0B03'

red 15 ◦ green 11 ◦ blue 3

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

Shades of Maire #0F0B03

Tints of Maire #0F0B03

RGB

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

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

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

R = 51.72%
G = 37.93%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.80

 K value IS 0.94

RGB Variations

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

Color information

#0F0B03 (or 0x0F0B03) is known color: Maire. HEX triplet: 0F, 0B and 03. RGB value is (15,11,3). Sum of RGB (Red+Green+Blue) = 15+11+3=29 (3% of max value = 765). Red value is 15 (6.25% from 255 or 51.72% from 29); Green value is 11 (4.69% from 255 or 37.93% from 29); Blue value is 3 (1.56% from 255 or 10.34% from 29); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0B03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0B03 is #F0F4FC. Grayscale: #0B0B0B. Windows color (decimal): -15791357 or 199439. OLE color: 199439.

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

Color convert

RGB 15 11 3 -
CMYK 0 0.27 0.80 0.94
HSL 40º 0.67% 0.04% -
HSV(B) 40º 0.8% 0.06% -
XYZ 0.33 0.35 0.14 -
YUV 11.28 123.33 130.65 -
System Red Green Blue C M Y K H S L
Decimal 15 11 3 0 0.27 0.80 0.94 40 0.67 0.04
Hex F B 3 0 1B 50 5E 28 43 4
Octal 17 13 3 0 33 120 136 50 103 4
Binary 1111 1011 11 0 11011 1010000 1011110 101000 1000011 100

Color Harmonies of #0F0B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0B03

Black with #0F0B03

Text Example


Text Example

White with #0F0B03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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