Html Css Color HEX #150D0C Black

📋 copy color: '#150D0C'

red 21 ◦ green 13 ◦ blue 12

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

Shades of Black #150D0C

Tints of Black #150D0C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 28.26%

 BLUE value IS 12 (5.08% from 255) = 26.09%

R = 45.65%
G = 28.26%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.43

 K value IS 0.92

RGB Variations

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

Color information

#150D0C (or 0x150D0C) is known color: Black. HEX triplet: 15, 0D and 0C. RGB value is (21,13,12). Sum of RGB (Red+Green+Blue) = 21+13+12=46 (6% of max value = 765). Red value is 21 (8.59% from 255 or 45.65% from 46); Green value is 13 (5.47% from 255 or 28.26% from 46); Blue value is 12 (5.08% from 255 or 26.09% from 46); Max value from RGB is 21 - color contains mainly: red. Hex color #150D0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150D0C is #EAF2F3. Grayscale: #0F0F0F. Windows color (decimal): -15397620 or 789781. OLE color: 789781.

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

Color convert

RGB 21 13 12 -
CMYK 0 0.38 0.43 0.92
HSL 6.67º 0.27% 0.06% -
HSV(B) 6.67º 0.43% 0.08% -
XYZ 0.52 0.47 0.41 -
YUV 15.28 126.15 132.08 -
System Red Green Blue C M Y K H S L
Decimal 21 13 12 0 0.38 0.43 0.92 6.67 0.27 0.06
Hex 15 D C 0 26 2B 5C 7 1B 6
Octal 25 15 14 0 46 53 134 7 33 6
Binary 10101 1101 1100 0 100110 101011 1011100 111 11011 110

Color Harmonies of #150D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150D0C

Black with #150D0C

Text Example


Text Example

White with #150D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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