#150C0C

Color #150C0C Black (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black #150C0C

Tints of Black #150C0C

Color information

#150C0C (or 0x150C0C) is unknown color: approx Black. HEX triplet: 15, 0C and 0C. RGB value is (21,12,12). Sum of RGB (Red+Green+Blue) = 21+12+12=45 (5% of max value = 765). Red value is 21 (8.59% from 255 or 46.67% from 45); Green value is 12 (5.08% from 255 or 26.67% from 45); Blue value is 12 (5.08% from 255 or 26.67% from 45); Max value from RGB is 21 - color contains mainly: red. Hex color #150C0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150C0C is #EAF3F3. Grayscale: #0E0E0E. Windows color (decimal): -15397876 or 789525. OLE color: 789525.

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

Color convert

RGB211212-
CMYK00.430.430.92
HSL27.27%6.47%-
HSV(B)42.86%8.24%-
XYZ0.510.450.41-
YUV14.69126.48132.5-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 46.67%
GREEN value IS 12 (5.08% from 255) = 26.67%
BLUE value IS 12 (5.08% from 255) = 26.67%
R=46.67%
G=26.67%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21121200.430.430.92027.276.47
Hex15CC02B2B5C01b6
Octal251414053531340336
Binary101011100110001010111010111011100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #150C0C;
 }
 .AnyTagClassName
 {
   color: #150C0C;
 }
</style>
background-color css

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

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

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

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

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

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