#150F0F

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

Shades of Black #150F0F

Tints of Black #150F0F

Color information

#150F0F (or 0x150F0F) is unknown color: approx Black. HEX triplet: 15, 0F and 0F. RGB value is (21,15,15). Sum of RGB (Red+Green+Blue) = 21+15+15=51 (6% of max value = 765). Red value is 21 (8.59% from 255 or 41.18% from 51); Green value is 15 (6.25% from 255 or 29.41% from 51); Blue value is 15 (6.25% from 255 or 29.41% from 51); Max value from RGB is 21 - color contains mainly: red. Hex color #150F0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150F0F is #EAF0F0. Grayscale: #101010. Windows color (decimal): -15397105 or 986901. OLE color: 986901.

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

Color convert

RGB211515-
CMYK00.290.290.92
HSL16.67%7.06%-
HSV(B)28.57%8.24%-
XYZ0.570.540.53-
YUV16.79126.99131-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 41.18%
GREEN value IS 15 (6.25% from 255) = 29.41%
BLUE value IS 15 (6.25% from 255) = 29.41%
R=41.18%
G=29.41%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21151500.290.290.92016.677.06
Hex15FF01D1D5C0117
Octal251717035351340217
Binary1010111111111011101111011011100010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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