Html Css Color HEX #180A07 Black

📋 copy color: '#180A07'

red 24 ◦ green 10 ◦ blue 7

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

Shades of Black #180A07

Tints of Black #180A07

RGB

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

 GREEN value IS 10 (4.3% from 255) = 24.39%

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

R = 58.54%
G = 24.39%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.71

 K value IS 0.91

RGB Variations

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

Color information

#180A07 (or 0x180A07) is known color: Black. HEX triplet: 18, 0A and 07. RGB value is (24,10,7). Sum of RGB (Red+Green+Blue) = 24+10+7=41 (5% of max value = 765). Red value is 24 (9.77% from 255 or 58.54% from 41); Green value is 10 (4.30% from 255 or 24.39% from 41); Blue value is 7 (3.12% from 255 or 17.07% from 41); Max value from RGB is 24 - color contains mainly: red. Hex color #180A07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180A07 is #E7F5F8. Grayscale: #0D0D0D. Windows color (decimal): -15201785 or 461336. OLE color: 461336.

HSL color Cylindrical-coordinate representation of color #180A07: hue angle of 10.59º 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 #180A07 is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 10 7 -
CMYK 0 0.58 0.71 0.91
HSL 10.59º 0.55% 0.06% -
HSV(B) 10.59º 0.71% 0.09% -
XYZ 0.52 0.43 0.26 -
YUV 13.84 124.14 135.24 -
System Red Green Blue C M Y K H S L
Decimal 24 10 7 0 0.58 0.71 0.91 10.59 0.55 0.06
Hex 18 A 7 0 3A 47 5B B 37 6
Octal 30 12 7 0 72 107 133 13 67 6
Binary 11000 1010 111 0 111010 1000111 1011011 1011 110111 110

Color Harmonies of #180A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180A07

Black with #180A07

Text Example


Text Example

White with #180A07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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