Html Css Color HEX #150A01 Black

📋 copy color: '#150A01'

red 21 ◦ green 10 ◦ blue 1

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

Shades of Black #150A01

Tints of Black #150A01

RGB

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

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

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

R = 65.63%
G = 31.25%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.92

RGB Variations

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

Color information

#150A01 (or 0x150A01) is known color: Black. HEX triplet: 15, 0A and 01. RGB value is (21,10,1). Sum of RGB (Red+Green+Blue) = 21+10+1=32 (4% of max value = 765). Red value is 21 (8.59% from 255 or 65.62% from 32); Green value is 10 (4.30% from 255 or 31.25% from 32); Blue value is 1 (0.78% from 255 or 3.12% from 32); Max value from RGB is 21 - color contains mainly: red. Hex color #150A01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150A01 is #EAF5FE. Grayscale: #0C0C0C. Windows color (decimal): -15398399 or 68117. OLE color: 68117.

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

Color convert

RGB 21 10 1 -
CMYK 0 0.52 0.95 0.92
HSL 27º 0.91% 0.04% -
HSV(B) 27º 0.95% 0.08% -
XYZ 0.42 0.38 0.08 -
YUV 12.26 121.64 134.23 -
System Red Green Blue C M Y K H S L
Decimal 21 10 1 0 0.52 0.95 0.92 27 0.91 0.04
Hex 15 A 1 0 34 5F 5C 1B 5B 4
Octal 25 12 1 0 64 137 134 33 133 4
Binary 10101 1010 1 0 110100 1011111 1011100 11011 1011011 100

Color Harmonies of #150A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150A01

Black with #150A01

Text Example


Text Example

White with #150A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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