Html Css Color HEX #0F0410 Mardi Gras

📋 copy color: '#0F0410'

red 15 ◦ green 4 ◦ blue 16

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

Shades of Mardi Gras #0F0410

Tints of Mardi Gras #0F0410

RGB

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

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

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

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

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#0F0410 (or 0x0F0410) is known color: Mardi Gras. HEX triplet: 0F, 04 and 10. RGB value is (15,4,16). Sum of RGB (Red+Green+Blue) = 15+4+16=35 (4% of max value = 765). Red value is 15 (6.25% from 255 or 42.86% from 35); Green value is 4 (1.95% from 255 or 11.43% from 35); Blue value is 16 (6.64% from 255 or 45.71% from 35); Max value from RGB is 16 - color contains mainly: blue. Hex color #0F0410 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0410 is #F0FBEF. Grayscale: #080808. Windows color (decimal): -15793136 or 1049615. OLE color: 1049615.

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

Color convert

RGB 15 4 16 -
CMYK 0.06 0.75 0 0.94
HSL 295º 0.6% 0.04% -
HSV(B) 295º 0.75% 0.06% -
XYZ 0.33 0.23 0.52 -
YUV 8.66 132.14 132.52 -
System Red Green Blue C M Y K H S L
Decimal 15 4 16 0.06 0.75 0 0.94 295 0.6 0.04
Hex F 4 10 6 4B 0 5E 127 3C 4
Octal 17 4 20 6 113 0 136 447 74 4
Binary 1111 100 10000 110 1001011 0 1011110 100100111 111100 100

Color Harmonies of #0F0410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0410

Black with #0F0410

Text Example


Text Example

White with #0F0410

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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