Html Css Color HEX #10000F Mardi Gras

📋 copy color: '#10000F'

red 16 ◦ green 0 ◦ blue 15

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

Shades of Mardi Gras #10000F

Tints of Mardi Gras #10000F

RGB

 RED value IS 16 (6.64% from 255) = 51.61%

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

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

R = 51.61%
G = 0%
B = 48.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.06

 K value IS 0.94

RGB Variations

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

Color information

#10000F (or 0x10000F) is known color: Mardi Gras. HEX triplet: 10, 00 and 0F. RGB value is (16,0,15). Sum of RGB (Red+Green+Blue) = 16+0+15=31 (4% of max value = 765). Red value is 16 (6.64% from 255 or 51.61% from 31); Green value is 0 (0.39% from 255 or 0% from 31); Blue value is 15 (6.25% from 255 or 48.39% from 31); Max value from RGB is 16 - color contains mainly: red. Hex color #10000F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10000F is #EFFFF0. Grayscale: #060606. Windows color (decimal): -15728625 or 983056. OLE color: 983056.

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

Color convert

RGB 16 0 15 -
CMYK 0 1 0.06 0.94
HSL 303.75º 1% 0.03% -
HSV(B) 303.75º 1% 0.06% -
XYZ 0.3 0.14 0.46 -
YUV 6.49 132.8 134.78 -
System Red Green Blue C M Y K H S L
Decimal 16 0 15 0 1 0.06 0.94 303.75 1 0.03
Hex 10 0 F 0 64 6 5E 130 64 3
Octal 20 0 17 0 144 6 136 460 144 3
Binary 10000 0 1111 0 1100100 110 1011110 100110000 1100100 11

Color Harmonies of #10000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10000F

Black with #10000F

Text Example


Text Example

White with #10000F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10000F; }

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

 H1.HeaderClassName
 {
   color: #10000F;
 }
 .AnyTagClassName
 {
   color: #10000F;
 }
</style>

background-color css

<style>
 a { background-color: #10000F; }

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

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

border-color css

<style>
 span { border-color: #10000F; }

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

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