Html Css Color HEX #0F030E Mardi Gras

📋 copy color: '#0F030E'

red 15 ◦ green 3 ◦ blue 14

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

Shades of Mardi Gras #0F030E

Tints of Mardi Gras #0F030E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 9.38%

 BLUE value IS 14 (5.86% from 255) = 43.75%

R = 46.88%
G = 9.38%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.07

 K value IS 0.94

RGB Variations

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

Color information

#0F030E (or 0x0F030E) is known color: Mardi Gras. HEX triplet: 0F, 03 and 0E. RGB value is (15,3,14). Sum of RGB (Red+Green+Blue) = 15+3+14=32 (4% of max value = 765). Red value is 15 (6.25% from 255 or 46.88% from 32); Green value is 3 (1.56% from 255 or 9.38% from 32); Blue value is 14 (5.86% from 255 or 43.75% from 32); Max value from RGB is 15 - color contains mainly: red. Hex color #0F030E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F030E is #F0FCF1. Grayscale: #070707. Windows color (decimal): -15793394 or 918287. OLE color: 918287.

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

Color convert

RGB 15 3 14 -
CMYK 0 0.80 0.07 0.94
HSL 305º 0.67% 0.04% -
HSV(B) 305º 0.8% 0.06% -
XYZ 0.31 0.2 0.44 -
YUV 7.84 131.48 133.11 -
System Red Green Blue C M Y K H S L
Decimal 15 3 14 0 0.80 0.07 0.94 305 0.67 0.04
Hex F 3 E 0 50 7 5E 131 43 4
Octal 17 3 16 0 120 7 136 461 103 4
Binary 1111 11 1110 0 1010000 111 1011110 100110001 1000011 100

Color Harmonies of #0F030E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F030E

Black with #0F030E

Text Example


Text Example

White with #0F030E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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