Html Css Color HEX #180B07 Black

📋 copy color: '#180B07'

red 24 ◦ green 11 ◦ blue 7

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

Shades of Black #180B07

Tints of Black #180B07

RGB

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

 GREEN value IS 11 (4.69% from 255) = 26.19%

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

R = 57.14%
G = 26.19%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.71

 K value IS 0.91

RGB Variations

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

Color information

#180B07 (or 0x180B07) is known color: Black. HEX triplet: 18, 0B and 07. RGB value is (24,11,7). Sum of RGB (Red+Green+Blue) = 24+11+7=42 (5% of max value = 765). Red value is 24 (9.77% from 255 or 57.14% from 42); Green value is 11 (4.69% from 255 or 26.19% from 42); Blue value is 7 (3.12% from 255 or 16.67% from 42); Max value from RGB is 24 - color contains mainly: red. Hex color #180B07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180B07 is #E7F4F8. Grayscale: #0E0E0E. Windows color (decimal): -15201529 or 461592. OLE color: 461592.

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

Color convert

RGB 24 11 7 -
CMYK 0 0.54 0.71 0.91
HSL 14.12º 0.55% 0.06% -
HSV(B) 14.12º 0.71% 0.09% -
XYZ 0.53 0.45 0.26 -
YUV 14.43 123.81 134.83 -
System Red Green Blue C M Y K H S L
Decimal 24 11 7 0 0.54 0.71 0.91 14.12 0.55 0.06
Hex 18 B 7 0 36 47 5B E 37 6
Octal 30 13 7 0 66 107 133 16 67 6
Binary 11000 1011 111 0 110110 1000111 1011011 1110 110111 110

Color Harmonies of #180B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180B07

Black with #180B07

Text Example


Text Example

White with #180B07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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