Html Css Color HEX #0F000F Mardi Gras

📋 copy color: '#0F000F'

red 15 ◦ green 0 ◦ blue 15

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

Shades of Mardi Gras #0F000F

Tints of Mardi Gras #0F000F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#0F000F (or 0x0F000F) is known color: Mardi Gras. HEX triplet: 0F, 00 and 0F. RGB value is (15,0,15). Sum of RGB (Red+Green+Blue) = 15+0+15=30 (3% of max value = 765). Red value is 15 (6.25% from 255 or 50% from 30); Green value is 0 (0.39% from 255 or 0% from 30); Blue value is 15 (6.25% from 255 or 50% from 30); Max value from RGB is 15 - color contains mainly: red, blue. Hex color #0F000F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F000F is #F0FFF0. Grayscale: #060606. Windows color (decimal): -15794161 or 983055. OLE color: 983055.

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

Color convert

RGB 15 0 15 -
CMYK 0 1 0 0.94
HSL 300º 1% 0.03% -
HSV(B) 300º 1% 0.06% -
XYZ 0.28 0.14 0.46 -
YUV 6.2 132.97 134.28 -
System Red Green Blue C M Y K H S L
Decimal 15 0 15 0 1 0 0.94 300 1 0.03
Hex F 0 F 0 64 0 5E 12C 64 3
Octal 17 0 17 0 144 0 136 454 144 3
Binary 1111 0 1111 0 1100100 0 1011110 100101100 1100100 11

Color Harmonies of #0F000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F000F

Black with #0F000F

Text Example


Text Example

White with #0F000F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,0,15); }

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

background-color css

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

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

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

border-color css

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

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

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