Html Css Color HEX #0F020F Mardi Gras

📋 copy color: '#0F020F'

red 15 ◦ green 2 ◦ blue 15

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

Shades of Mardi Gras #0F020F

Tints of Mardi Gras #0F020F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 6.25%

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

R = 46.88%
G = 6.25%
B = 46.88%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#0F020F (or 0x0F020F) is known color: Mardi Gras. HEX triplet: 0F, 02 and 0F. RGB value is (15,2,15). Sum of RGB (Red+Green+Blue) = 15+2+15=32 (4% of max value = 765). Red value is 15 (6.25% from 255 or 46.88% from 32); Green value is 2 (1.17% from 255 or 6.25% from 32); Blue value is 15 (6.25% from 255 or 46.88% from 32); Max value from RGB is 15 - color contains mainly: red, blue. Hex color #0F020F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F020F is #F0FDF0. Grayscale: #070707. Windows color (decimal): -15793649 or 983567. OLE color: 983567.

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

Color convert

RGB 15 2 15 -
CMYK 0 0.87 0 0.94
HSL 300º 0.76% 0.03% -
HSV(B) 300º 0.87% 0.06% -
XYZ 0.3 0.18 0.47 -
YUV 7.37 132.31 133.44 -
System Red Green Blue C M Y K H S L
Decimal 15 2 15 0 0.87 0 0.94 300 0.76 0.03
Hex F 2 F 0 57 0 5E 12C 4C 3
Octal 17 2 17 0 127 0 136 454 114 3
Binary 1111 10 1111 0 1010111 0 1011110 100101100 1001100 11

Color Harmonies of #0F020F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F020F

Black with #0F020F

Text Example


Text Example

White with #0F020F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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