#180703

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

Shades of Black #180703

Tints of Black #180703

Color information

#180703 (or 0x180703) is unknown color: approx Black. HEX triplet: 18, 07 and 03. RGB value is (24,7,3). Sum of RGB (Red+Green+Blue) = 24+7+3=34 (4% of max value = 765). Red value is 24 (9.77% from 255 or 70.59% from 34); Green value is 7 (3.12% from 255 or 20.59% from 34); Blue value is 3 (1.56% from 255 or 8.82% from 34); Max value from RGB is 24 - color contains mainly: red. Hex color #180703 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180703 is #E7F8FC. Grayscale: #0B0B0B. Windows color (decimal): -15202557 or 198424. OLE color: 198424.

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

Color convert

RGB2473-
CMYK00.710.880.91
HSL11.43º77.78%5.29%-
HSV(B)11.43º87.5%9.41%-
XYZ0.470.350.13-
YUV11.63123.13136.83-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 70.59%
GREEN value IS 7 (3.12% from 255) = 20.59%
BLUE value IS 3 (1.56% from 255) = 8.82%
R=70.59%
G=20.59%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.88
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal247300.710.880.9111.4377.785.29
Hex1873047585Bb4e5
Octal30730107130133131165
Binary1100011111010001111011000101101110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180703; }

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

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

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

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

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

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

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

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