Html Css Color HEX #150704 Black

📋 copy color: '#150704'

red 21 ◦ green 7 ◦ blue 4

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

Shades of Black #150704

Tints of Black #150704

RGB

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

 GREEN value IS 7 (3.13% from 255) = 21.88%

 BLUE value IS 4 (1.95% from 255) = 12.5%

R = 65.63%
G = 21.88%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.92

RGB Variations

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

Color information

#150704 (or 0x150704) is known color: Black. HEX triplet: 15, 07 and 04. RGB value is (21,7,4). Sum of RGB (Red+Green+Blue) = 21+7+4=32 (4% of max value = 765). Red value is 21 (8.59% from 255 or 65.62% from 32); Green value is 7 (3.12% from 255 or 21.88% from 32); Blue value is 4 (1.95% from 255 or 12.5% from 32); Max value from RGB is 21 - color contains mainly: red. Hex color #150704 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150704 is #EAF8FB. Grayscale: #0A0A0A. Windows color (decimal): -15399164 or 263957. OLE color: 263957.

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

Color convert

RGB 21 7 4 -
CMYK 0 0.67 0.81 0.92
HSL 10.59º 0.68% 0.05% -
HSV(B) 10.59º 0.81% 0.08% -
XYZ 0.41 0.32 0.16 -
YUV 10.84 124.14 135.24 -
System Red Green Blue C M Y K H S L
Decimal 21 7 4 0 0.67 0.81 0.92 10.59 0.68 0.05
Hex 15 7 4 0 43 51 5C B 44 5
Octal 25 7 4 0 103 121 134 13 104 5
Binary 10101 111 100 0 1000011 1010001 1011100 1011 1000100 101

Color Harmonies of #150704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150704

Black with #150704

Text Example


Text Example

White with #150704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150704; }

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

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

background-color css

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

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

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

border-color css

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

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

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