Html Css Color HEX #150115 Mardi Gras

📋 copy color: '#150115'

red 21 ◦ green 1 ◦ blue 21

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

Shades of Mardi Gras #150115

Tints of Mardi Gras #150115

RGB

 RED value IS 21 (8.59% from 255) = 48.84%

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

 BLUE value IS 21 (8.59% from 255) = 48.84%

R = 48.84%
G = 2.33%
B = 48.84%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#150115 (or 0x150115) is known color: Mardi Gras. HEX triplet: 15, 01 and 15. RGB value is (21,1,21). Sum of RGB (Red+Green+Blue) = 21+1+21=43 (5% of max value = 765). Red value is 21 (8.59% from 255 or 48.84% from 43); Green value is 1 (0.78% from 255 or 2.33% from 43); Blue value is 21 (8.59% from 255 or 48.84% from 43); Max value from RGB is 21 - color contains mainly: red, blue. Hex color #150115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150115 is #EAFEEA. Grayscale: #090909. Windows color (decimal): -15400683 or 1376533. OLE color: 1376533.

HSL color Cylindrical-coordinate representation of color #150115: hue angle of 300º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150115 is Cyan = 0, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 21 1 21 -
CMYK 0 0.95 0 0.92
HSL 300º 0.91% 0.04% -
HSV(B) 300º 0.95% 0.08% -
XYZ 0.46 0.24 0.73 -
YUV 9.26 134.63 136.37 -
System Red Green Blue C M Y K H S L
Decimal 21 1 21 0 0.95 0 0.92 300 0.91 0.04
Hex 15 1 15 0 5F 0 5C 12C 5B 4
Octal 25 1 25 0 137 0 134 454 133 4
Binary 10101 1 10101 0 1011111 0 1011100 100101100 1011011 100

Color Harmonies of #150115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150115

Black with #150115

Text Example


Text Example

White with #150115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150115; }

 p { color: rgb(21,1,21); }

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

background-color css

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

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

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

border-color css

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

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

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