Html Css Color HEX #150B01 Black

📋 copy color: '#150B01'

red 21 ◦ green 11 ◦ blue 1

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

Shades of Black #150B01

Tints of Black #150B01

RGB

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

 GREEN value IS 11 (4.69% from 255) = 33.33%

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

R = 63.64%
G = 33.33%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.95

 K value IS 0.92

RGB Variations

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

Color information

#150B01 (or 0x150B01) is known color: Black. HEX triplet: 15, 0B and 01. RGB value is (21,11,1). Sum of RGB (Red+Green+Blue) = 21+11+1=33 (4% of max value = 765). Red value is 21 (8.59% from 255 or 63.64% from 33); Green value is 11 (4.69% from 255 or 33.33% from 33); Blue value is 1 (0.78% from 255 or 3.03% from 33); Max value from RGB is 21 - color contains mainly: red. Hex color #150B01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150B01 is #EAF4FE. Grayscale: #0C0C0C. Windows color (decimal): -15398143 or 68373. OLE color: 68373.

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

Color convert

RGB 21 11 1 -
CMYK 0 0.48 0.95 0.92
HSL 30º 0.91% 0.04% -
HSV(B) 30º 0.95% 0.08% -
XYZ 0.43 0.4 0.08 -
YUV 12.85 121.31 133.81 -
System Red Green Blue C M Y K H S L
Decimal 21 11 1 0 0.48 0.95 0.92 30 0.91 0.04
Hex 15 B 1 0 30 5F 5C 1E 5B 4
Octal 25 13 1 0 60 137 134 36 133 4
Binary 10101 1011 1 0 110000 1011111 1011100 11110 1011011 100

Color Harmonies of #150B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150B01

Black with #150B01

Text Example


Text Example

White with #150B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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