Html Css Color HEX #0F070E Mardi Gras

📋 copy color: '#0F070E'

red 15 ◦ green 7 ◦ blue 14

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

Shades of Mardi Gras #0F070E

Tints of Mardi Gras #0F070E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 19.44%

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

R = 41.67%
G = 19.44%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.94

RGB Variations

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

Color information

#0F070E (or 0x0F070E) is known color: Mardi Gras. HEX triplet: 0F, 07 and 0E. RGB value is (15,7,14). Sum of RGB (Red+Green+Blue) = 15+7+14=36 (4% of max value = 765). Red value is 15 (6.25% from 255 or 41.67% from 36); Green value is 7 (3.12% from 255 or 19.44% from 36); Blue value is 14 (5.86% from 255 or 38.89% from 36); Max value from RGB is 15 - color contains mainly: red. Hex color #0F070E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F070E is #F0F8F1. Grayscale: #0A0A0A. Windows color (decimal): -15792370 or 919311. OLE color: 919311.

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

Color convert

RGB 15 7 14 -
CMYK 0 0.53 0.07 0.94
HSL 307.5º 0.36% 0.04% -
HSV(B) 307.5º 0.53% 0.06% -
XYZ 0.35 0.29 0.45 -
YUV 10.19 130.15 131.43 -
System Red Green Blue C M Y K H S L
Decimal 15 7 14 0 0.53 0.07 0.94 307.5 0.36 0.04
Hex F 7 E 0 35 7 5E 134 24 4
Octal 17 7 16 0 65 7 136 464 44 4
Binary 1111 111 1110 0 110101 111 1011110 100110100 100100 100

Color Harmonies of #0F070E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F070E

Black with #0F070E

Text Example


Text Example

White with #0F070E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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