Html Css Color HEX #151001 Maire

📋 copy color: '#151001'

red 21 ◦ green 16 ◦ blue 1

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

Shades of Maire #151001

Tints of Maire #151001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 2.63%

R = 55.26%
G = 42.11%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.92

RGB Variations

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

Color information

#151001 (or 0x151001) is known color: Maire. HEX triplet: 15, 10 and 01. RGB value is (21,16,1). Sum of RGB (Red+Green+Blue) = 21+16+1=38 (5% of max value = 765). Red value is 21 (8.59% from 255 or 55.26% from 38); Green value is 16 (6.64% from 255 or 42.11% from 38); Blue value is 1 (0.78% from 255 or 2.63% from 38); Max value from RGB is 21 - color contains mainly: red. Hex color #151001 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151001 is #EAEFFE. Grayscale: #0F0F0F. Windows color (decimal): -15396863 or 69653. OLE color: 69653.

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

Color convert

RGB 21 16 1 -
CMYK 0 0.24 0.95 0.92
HSL 45º 0.91% 0.04% -
HSV(B) 45º 0.95% 0.08% -
XYZ 0.5 0.53 0.11 -
YUV 15.79 119.66 131.72 -
System Red Green Blue C M Y K H S L
Decimal 21 16 1 0 0.24 0.95 0.92 45 0.91 0.04
Hex 15 10 1 0 18 5F 5C 2D 5B 4
Octal 25 20 1 0 30 137 134 55 133 4
Binary 10101 10000 1 0 11000 1011111 1011100 101101 1011011 100

Color Harmonies of #151001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151001

Black with #151001

Text Example


Text Example

White with #151001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151001; }

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

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

background-color css

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

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

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

border-color css

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

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

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