Html Css Color HEX #150C07 Black

📋 copy color: '#150C07'

red 21 ◦ green 12 ◦ blue 7

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

Shades of Black #150C07

Tints of Black #150C07

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.13% from 255) = 17.5%

R = 52.5%
G = 30%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.67

 K value IS 0.92

RGB Variations

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

Color information

#150C07 (or 0x150C07) is known color: 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

RGB 21 12 7 -
CMYK 0 0.43 0.67 0.92
HSL 21.43º 0.5% 0.05% -
HSV(B) 21.43º 0.67% 0.08% -
XYZ 0.48 0.44 0.26 -
YUV 14.12 123.98 132.91 -
System Red Green Blue C M Y K H S L
Decimal 21 12 7 0 0.43 0.67 0.92 21.43 0.5 0.05
Hex 15 C 7 0 2B 43 5C 15 32 5
Octal 25 14 7 0 53 103 134 25 62 5
Binary 10101 1100 111 0 101011 1000011 1011100 10101 110010 101

Color Harmonies of #150C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150C07

Black with #150C07

Text Example


Text Example

White with #150C07

Text Example


Text Example

HTML Codes & Css Web 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>