Html Css Color HEX #150701 Black

📋 copy color: '#150701'

red 21 ◦ green 7 ◦ blue 1

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

Shades of Black #150701

Tints of Black #150701

RGB

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

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

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

R = 72.41%
G = 24.14%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.95

 K value IS 0.92

RGB Variations

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

Color information

#150701 (or 0x150701) is known color: Black. HEX triplet: 15, 07 and 01. RGB value is (21,7,1). Sum of RGB (Red+Green+Blue) = 21+7+1=29 (3% of max value = 765). Red value is 21 (8.59% from 255 or 72.41% from 29); Green value is 7 (3.12% from 255 or 24.14% from 29); Blue value is 1 (0.78% from 255 or 3.45% from 29); Max value from RGB is 21 - color contains mainly: red. Hex color #150701 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150701 is #EAF8FE. Grayscale: #0A0A0A. Windows color (decimal): -15399167 or 67349. OLE color: 67349.

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

Color convert

RGB 21 7 1 -
CMYK 0 0.67 0.95 0.92
HSL 18º 0.91% 0.04% -
HSV(B) 18º 0.95% 0.08% -
XYZ 0.39 0.31 0.07 -
YUV 10.5 122.64 135.49 -
System Red Green Blue C M Y K H S L
Decimal 21 7 1 0 0.67 0.95 0.92 18 0.91 0.04
Hex 15 7 1 0 43 5F 5C 12 5B 4
Octal 25 7 1 0 103 137 134 22 133 4
Binary 10101 111 1 0 1000011 1011111 1011100 10010 1011011 100

Color Harmonies of #150701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150701

Black with #150701

Text Example


Text Example

White with #150701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150701; }

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

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

background-color css

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

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

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

border-color css

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

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

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