Html Css Color HEX #10070F Mardi Gras

📋 copy color: '#10070F'

red 16 ◦ green 7 ◦ blue 15

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

Shades of Mardi Gras #10070F

Tints of Mardi Gras #10070F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 18.42%

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

R = 42.11%
G = 18.42%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.06

 K value IS 0.94

RGB Variations

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

Color information

#10070F (or 0x10070F) is known color: Mardi Gras. HEX triplet: 10, 07 and 0F. RGB value is (16,7,15). Sum of RGB (Red+Green+Blue) = 16+7+15=38 (5% of max value = 765). Red value is 16 (6.64% from 255 or 42.11% from 38); Green value is 7 (3.12% from 255 or 18.42% from 38); Blue value is 15 (6.25% from 255 or 39.47% from 38); Max value from RGB is 16 - color contains mainly: red. Hex color #10070F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10070F is #EFF8F0. Grayscale: #0A0A0A. Windows color (decimal): -15726833 or 984848. OLE color: 984848.

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

Color convert

RGB 16 7 15 -
CMYK 0 0.56 0.06 0.94
HSL 306.67º 0.39% 0.05% -
HSV(B) 306.67º 0.56% 0.06% -
XYZ 0.38 0.3 0.49 -
YUV 10.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 16 7 15 0 0.56 0.06 0.94 306.67 0.39 0.05
Hex 10 7 F 0 38 6 5E 133 27 5
Octal 20 7 17 0 70 6 136 463 47 5
Binary 10000 111 1111 0 111000 110 1011110 100110011 100111 101

Color Harmonies of #10070F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10070F

Black with #10070F

Text Example


Text Example

White with #10070F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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