#10020F

Color #10020F Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #10020F

Tints of Mardi Gras #10020F

Color information

#10020F (or 0x10020F) is unknown color: approx 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

RGB16215-
CMYK00.870.060.94
HSL304.29º77.78%3.53%-
HSV(B)304.29º87.5%6.27%-
XYZ0.320.190.47-
YUV7.67132.14133.94-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.06
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1621500.870.060.94304.2977.783.53
Hex102F05765E1304e4
Octal20217012761364601164
Binary100001011110101011111010111101001100001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10020F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>