Html Css Color HEX #10010F Mardi Gras

📋 copy color: '#10010F'

red 16 ◦ green 1 ◦ blue 15

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

Shades of Mardi Gras #10010F

Tints of Mardi Gras #10010F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 3.13%

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

R = 50%
G = 3.13%
B = 46.88%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.94

RGB Variations

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

Color information

#10010F (or 0x10010F) is known color: Mardi Gras. HEX triplet: 10, 01 and 0F. RGB value is (16,1,15). Sum of RGB (Red+Green+Blue) = 16+1+15=32 (4% of max value = 765). Red value is 16 (6.64% from 255 or 50% from 32); Green value is 1 (0.78% from 255 or 3.12% from 32); Blue value is 15 (6.25% from 255 or 46.88% from 32); Max value from RGB is 16 - color contains mainly: red. Hex color #10010F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10010F is #EFFEF0. Grayscale: #070707. Windows color (decimal): -15728369 or 983312. OLE color: 983312.

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

Color convert

RGB 16 1 15 -
CMYK 0 0.94 0.06 0.94
HSL 304º 0.88% 0.03% -
HSV(B) 304º 0.94% 0.06% -
XYZ 0.31 0.17 0.47 -
YUV 7.08 132.47 134.36 -
System Red Green Blue C M Y K H S L
Decimal 16 1 15 0 0.94 0.06 0.94 304 0.88 0.03
Hex 10 1 F 0 5E 6 5E 130 58 3
Octal 20 1 17 0 136 6 136 460 130 3
Binary 10000 1 1111 0 1011110 110 1011110 100110000 1011000 11

Color Harmonies of #10010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10010F

Black with #10010F

Text Example


Text Example

White with #10010F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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