#180B03

Color #180B03 Black (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black #180B03

Tints of Black #180B03

Color information

#180B03 (or 0x180B03) is unknown color: approx Black. HEX triplet: 18, 0B and 03. RGB value is (24,11,3). Sum of RGB (Red+Green+Blue) = 24+11+3=38 (5% of max value = 765). Red value is 24 (9.77% from 255 or 63.16% from 38); Green value is 11 (4.69% from 255 or 28.95% from 38); Blue value is 3 (1.56% from 255 or 7.89% from 38); Max value from RGB is 24 - color contains mainly: red. Hex color #180B03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180B03 is #E7F4FC. Grayscale: #0E0E0E. Windows color (decimal): -15201533 or 199448. OLE color: 199448.

HSL color Cylindrical-coordinate representation of color #180B03: hue angle of 22.86º degrees, saturation: 0.78, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #180B03 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.91.

Color convert

RGB24113-
CMYK00.540.880.91
HSL22.86º77.78%5.29%-
HSV(B)22.86º87.5%9.41%-
XYZ0.510.440.14-
YUV13.98121.81135.15-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 63.16%
GREEN value IS 11 (4.69% from 255) = 28.95%
BLUE value IS 3 (1.56% from 255) = 7.89%
R=63.16%
G=28.95%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.88
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2411300.540.880.9122.8677.785.29
Hex18B3036585B174e5
Octal30133066130133271165
Binary11000101111011011010110001011011101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #180B03;
 }
 .AnyTagClassName
 {
   color: #180B03;
 }
</style>
background-color css

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

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

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

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

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

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