Html Css Color HEX #180C07 Black

📋 copy color: '#180C07'

red 24 ◦ green 12 ◦ blue 7

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

Shades of Black #180C07

Tints of Black #180C07

RGB

 RED value IS 24 (9.77% from 255) = 55.81%

 GREEN value IS 12 (5.08% from 255) = 27.91%

 BLUE value IS 7 (3.13% from 255) = 16.28%

R = 55.81%
G = 27.91%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.71

 K value IS 0.91

RGB Variations

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

Color information

#180C07 (or 0x180C07) is known color: Black. HEX triplet: 18, 0C and 07. RGB value is (24,12,7). Sum of RGB (Red+Green+Blue) = 24+12+7=43 (5% of max value = 765). Red value is 24 (9.77% from 255 or 55.81% from 43); Green value is 12 (5.08% from 255 or 27.91% from 43); Blue value is 7 (3.12% from 255 or 16.28% from 43); Max value from RGB is 24 - color contains mainly: red. Hex color #180C07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180C07 is #E7F3F8. Grayscale: #0F0F0F. Windows color (decimal): -15201273 or 461848. OLE color: 461848.

HSL color Cylindrical-coordinate representation of color #180C07: hue angle of 17.65º degrees, saturation: 0.55, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #180C07 is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 12 7 -
CMYK 0 0.50 0.71 0.91
HSL 17.65º 0.55% 0.06% -
HSV(B) 17.65º 0.71% 0.09% -
XYZ 0.55 0.47 0.26 -
YUV 15.02 123.48 134.41 -
System Red Green Blue C M Y K H S L
Decimal 24 12 7 0 0.50 0.71 0.91 17.65 0.55 0.06
Hex 18 C 7 0 32 47 5B 12 37 6
Octal 30 14 7 0 62 107 133 22 67 6
Binary 11000 1100 111 0 110010 1000111 1011011 10010 110111 110

Color Harmonies of #180C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180C07

Black with #180C07

Text Example


Text Example

White with #180C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #180C07;
 }
 .AnyTagClassName
 {
   color: #180C07;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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