Html Css Color HEX #150400 Black

📋 copy color: '#150400'

red 21 ◦ green 4 ◦ blue 0

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

Shades of Black #150400

Tints of Black #150400

RGB

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

 GREEN value IS 4 (1.95% from 255) = 16%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 84%
G = 16%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.92

RGB Variations

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

Color information

#150400 (or 0x150400) is known color: Black. HEX triplet: 15, 04 and 00. RGB value is (21,4,0). Sum of RGB (Red+Green+Blue) = 21+4+0=25 (3% of max value = 765). Red value is 21 (8.59% from 255 or 84% from 25); Green value is 4 (1.95% from 255 or 16% from 25); Blue value is 0 (0.39% from 255 or 0% from 25); Max value from RGB is 21 - color contains mainly: red. Hex color #150400 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150400 is #EAFBFF. Grayscale: #080808. Windows color (decimal): -15399936 or 1045. OLE color: 1045.

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

Color convert

RGB 21 4 0 -
CMYK 0 0.81 1 0.92
HSL 11.43º 1% 0.04% -
HSV(B) 11.43º 1% 0.08% -
XYZ 0.35 0.25 0.03 -
YUV 8.63 123.13 136.83 -
System Red Green Blue C M Y K H S L
Decimal 21 4 0 0 0.81 1 0.92 11.43 1 0.04
Hex 15 4 0 0 51 64 5C B 64 4
Octal 25 4 0 0 121 144 134 13 144 4
Binary 10101 100 0 0 1010001 1100100 1011100 1011 1100100 100

Color Harmonies of #150400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150400

Black with #150400

Text Example


Text Example

White with #150400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150400; }

 p { color: rgb(21,4,0); }

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

background-color css

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

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

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

border-color css

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

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

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