Html Css Color HEX #150C03 Black

📋 copy color: '#150C03'

red 21 ◦ green 12 ◦ blue 3

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

Shades of Black #150C03

Tints of Black #150C03

RGB

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

 GREEN value IS 12 (5.08% from 255) = 33.33%

 BLUE value IS 3 (1.56% from 255) = 8.33%

R = 58.33%
G = 33.33%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.92

RGB Variations

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

Color information

#150C03 (or 0x150C03) is known color: Black. HEX triplet: 15, 0C and 03. RGB value is (21,12,3). Sum of RGB (Red+Green+Blue) = 21+12+3=36 (4% of max value = 765). Red value is 21 (8.59% from 255 or 58.33% from 36); Green value is 12 (5.08% from 255 or 33.33% from 36); Blue value is 3 (1.56% from 255 or 8.33% from 36); Max value from RGB is 21 - color contains mainly: red. Hex color #150C03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150C03 is #EAF3FC. Grayscale: #0D0D0D. Windows color (decimal): -15397885 or 199701. OLE color: 199701.

HSL color Cylindrical-coordinate representation of color #150C03: hue angle of 30º degrees, saturation: 0.75, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #150C03 is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.92.

Color convert

RGB 21 12 3 -
CMYK 0 0.43 0.86 0.92
HSL 30º 0.75% 0.05% -
HSV(B) 30º 0.86% 0.08% -
XYZ 0.46 0.43 0.14 -
YUV 13.67 121.98 133.23 -
System Red Green Blue C M Y K H S L
Decimal 21 12 3 0 0.43 0.86 0.92 30 0.75 0.05
Hex 15 C 3 0 2B 56 5C 1E 4B 5
Octal 25 14 3 0 53 126 134 36 113 5
Binary 10101 1100 11 0 101011 1010110 1011100 11110 1001011 101

Color Harmonies of #150C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150C03

Black with #150C03

Text Example


Text Example

White with #150C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,12,3); }

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

background-color css

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

 a { background-color: rgb(21,12,3); }

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

border-color css

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

 span { border-color: rgb(21,12,3); }

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