Html Css Color HEX #150114 Mardi Gras

📋 copy color: '#150114'

red 21 ◦ green 1 ◦ blue 20

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

Shades of Mardi Gras #150114

Tints of Mardi Gras #150114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 47.62%

R = 50%
G = 2.38%
B = 47.62%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.05

 K value IS 0.92

RGB Variations

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

Color information

#150114 (or 0x150114) is known color: Mardi Gras. HEX triplet: 15, 01 and 14. RGB value is (21,1,20). Sum of RGB (Red+Green+Blue) = 21+1+20=42 (5% of max value = 765). Red value is 21 (8.59% from 255 or 50% from 42); Green value is 1 (0.78% from 255 or 2.38% from 42); Blue value is 20 (8.20% from 255 or 47.62% from 42); Max value from RGB is 21 - color contains mainly: red. Hex color #150114 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150114 is #EAFEEB. Grayscale: #090909. Windows color (decimal): -15400684 or 1310997. OLE color: 1310997.

HSL color Cylindrical-coordinate representation of color #150114: hue angle of 303º 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 #150114 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.92.

Color convert

RGB 21 1 20 -
CMYK 0 0.95 0.05 0.92
HSL 303º 0.91% 0.04% -
HSV(B) 303º 0.95% 0.08% -
XYZ 0.45 0.23 0.68 -
YUV 9.15 134.13 136.46 -
System Red Green Blue C M Y K H S L
Decimal 21 1 20 0 0.95 0.05 0.92 303 0.91 0.04
Hex 15 1 14 0 5F 5 5C 12F 5B 4
Octal 25 1 24 0 137 5 134 457 133 4
Binary 10101 1 10100 0 1011111 101 1011100 100101111 1011011 100

Color Harmonies of #150114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150114

Black with #150114

Text Example


Text Example

White with #150114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150114; }

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

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

background-color css

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

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

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

border-color css

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

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

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