Html Css Color HEX #150A00 Black

📋 copy color: '#150A00'

red 21 ◦ green 10 ◦ blue 0

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

Shades of Black #150A00

Tints of Black #150A00

RGB

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

 GREEN value IS 10 (4.3% from 255) = 32.26%

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

R = 67.74%
G = 32.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.92

RGB Variations

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

Color information

#150A00 (or 0x150A00) is known color: Black. HEX triplet: 15, 0A and 00. RGB value is (21,10,0). Sum of RGB (Red+Green+Blue) = 21+10+0=31 (4% of max value = 765). Red value is 21 (8.59% from 255 or 67.74% from 31); Green value is 10 (4.30% from 255 or 32.26% from 31); Blue value is 0 (0.39% from 255 or 0% from 31); Max value from RGB is 21 - color contains mainly: red. Hex color #150A00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150A00 is #EAF5FF. Grayscale: #0C0C0C. Windows color (decimal): -15398400 or 2581. OLE color: 2581.

HSL color Cylindrical-coordinate representation of color #150A00: hue angle of 28.57º 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 #150A00 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.92.

Color convert

RGB 21 10 0 -
CMYK 0 0.52 1 0.92
HSL 28.57º 1% 0.04% -
HSV(B) 28.57º 1% 0.08% -
XYZ 0.42 0.38 0.05 -
YUV 12.15 121.14 134.31 -
System Red Green Blue C M Y K H S L
Decimal 21 10 0 0 0.52 1 0.92 28.57 1 0.04
Hex 15 A 0 0 34 64 5C 1D 64 4
Octal 25 12 0 0 64 144 134 35 144 4
Binary 10101 1010 0 0 110100 1100100 1011100 11101 1100100 100

Color Harmonies of #150A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150A00

Black with #150A00

Text Example


Text Example

White with #150A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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