#180303

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

Shades of Black #180303

Tints of Black #180303

Color information

#180303 (or 0x180303) is unknown color: approx Black. HEX triplet: 18, 03 and 03. RGB value is (24,3,3). Sum of RGB (Red+Green+Blue) = 24+3+3=30 (3% of max value = 765). Red value is 24 (9.77% from 255 or 80% from 30); Green value is 3 (1.56% from 255 or 10% from 30); Blue value is 3 (1.56% from 255 or 10% from 30); Max value from RGB is 24 - color contains mainly: red. Hex color #180303 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180303 is #E7FCFC. Grayscale: #090909. Windows color (decimal): -15203581 or 197400. OLE color: 197400.

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

Color convert

RGB2433-
CMYK00.880.880.91
HSL77.78%5.29%-
HSV(B)87.5%9.41%-
XYZ0.430.270.12-
YUV9.28124.46138.5-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 80%
GREEN value IS 3 (1.56% from 255) = 10%
BLUE value IS 3 (1.56% from 255) = 10%
R=80%
G=10%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.88
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal243300.880.880.91077.785.29
Hex1833058585B04e5
Octal3033013013013301165
Binary110001111010110001011000101101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180303; }

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

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

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

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

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

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

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

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