Html Css Color HEX #0F0B04 Maire

📋 copy color: '#0F0B04'

red 15 ◦ green 11 ◦ blue 4

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

Shades of Maire #0F0B04

Tints of Maire #0F0B04

RGB

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

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

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

R = 50%
G = 36.67%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.73

 K value IS 0.94

RGB Variations

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

Color information

#0F0B04 (or 0x0F0B04) is known color: Maire. HEX triplet: 0F, 0B and 04. RGB value is (15,11,4). Sum of RGB (Red+Green+Blue) = 15+11+4=30 (3% of max value = 765). Red value is 15 (6.25% from 255 or 50% from 30); Green value is 11 (4.69% from 255 or 36.67% from 30); Blue value is 4 (1.95% from 255 or 13.33% from 30); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0B04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0B04 is #F0F4FB. Grayscale: #0B0B0B. Windows color (decimal): -15791356 or 264975. OLE color: 264975.

HSL color Cylindrical-coordinate representation of color #0F0B04: hue angle of 38.18º 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 #0F0B04 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.94.

Color convert

RGB 15 11 4 -
CMYK 0 0.27 0.73 0.94
HSL 38.18º 0.58% 0.04% -
HSV(B) 38.18º 0.73% 0.06% -
XYZ 0.34 0.35 0.16 -
YUV 11.4 123.83 130.57 -
System Red Green Blue C M Y K H S L
Decimal 15 11 4 0 0.27 0.73 0.94 38.18 0.58 0.04
Hex F B 4 0 1B 49 5E 26 3A 4
Octal 17 13 4 0 33 111 136 46 72 4
Binary 1111 1011 100 0 11011 1001001 1011110 100110 111010 100

Color Harmonies of #0F0B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0B04

Black with #0F0B04

Text Example


Text Example

White with #0F0B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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