Html Css Color HEX #10020F Mardi Gras

📋 copy color: '#10020F'

red 16 ◦ green 2 ◦ blue 15

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

Shades of Mardi Gras #10020F

Tints of Mardi Gras #10020F

RGB

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

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

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

R = 48.48%
G = 6.06%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.06

 K value IS 0.94

RGB Variations

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

Color information

#10020F (or 0x10020F) is known color: Mardi Gras. HEX triplet: 10, 02 and 0F. RGB value is (16,2,15). Sum of RGB (Red+Green+Blue) = 16+2+15=33 (4% of max value = 765). Red value is 16 (6.64% from 255 or 48.48% from 33); Green value is 2 (1.17% from 255 or 6.06% from 33); Blue value is 15 (6.25% from 255 or 45.45% from 33); Max value from RGB is 16 - color contains mainly: red. Hex color #10020F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10020F is #EFFDF0. Grayscale: #070707. Windows color (decimal): -15728113 or 983568. OLE color: 983568.

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

Color convert

RGB 16 2 15 -
CMYK 0 0.87 0.06 0.94
HSL 304.29º 0.78% 0.04% -
HSV(B) 304.29º 0.88% 0.06% -
XYZ 0.32 0.19 0.47 -
YUV 7.67 132.14 133.94 -
System Red Green Blue C M Y K H S L
Decimal 16 2 15 0 0.87 0.06 0.94 304.29 0.78 0.04
Hex 10 2 F 0 57 6 5E 130 4E 4
Octal 20 2 17 0 127 6 136 460 116 4
Binary 10000 10 1111 0 1010111 110 1011110 100110000 1001110 100

Color Harmonies of #10020F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10020F

Black with #10020F

Text Example


Text Example

White with #10020F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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