#150C07

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

Shades of Black #150C07

Tints of Black #150C07

Color information

#150C07 (or 0x150C07) is unknown color: approx Black. HEX triplet: 15, 0C and 07. RGB value is (21,12,7). Sum of RGB (Red+Green+Blue) = 21+12+7=40 (5% of max value = 765). Red value is 21 (8.59% from 255 or 52.5% from 40); Green value is 12 (5.08% from 255 or 30% from 40); Blue value is 7 (3.12% from 255 or 17.5% from 40); Max value from RGB is 21 - color contains mainly: red. Hex color #150C07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150C07 is #EAF3F8. Grayscale: #0E0E0E. Windows color (decimal): -15397881 or 461845. OLE color: 461845.

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

Color convert

RGB21127-
CMYK00.430.670.92
HSL21.43º50%5.49%-
HSV(B)21.43º66.67%8.24%-
XYZ0.480.440.26-
YUV14.12123.98132.91-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 52.5%
GREEN value IS 12 (5.08% from 255) = 30%
BLUE value IS 7 (3.12% from 255) = 17.5%
R=52.5%
G=30%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.67
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2112700.430.670.9221.43505.49
Hex15C702B435C15325
Octal2514705310313425625
Binary10101110011101010111000011101110010101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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