#180302

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

Shades of Black #180302

Tints of Black #180302

Color information

#180302 (or 0x180302) is unknown color: approx Black. HEX triplet: 18, 03 and 02. RGB value is (24,3,2). Sum of RGB (Red+Green+Blue) = 24+3+2=29 (3% of max value = 765). Red value is 24 (9.77% from 255 or 82.76% from 29); Green value is 3 (1.56% from 255 or 10.34% from 29); Blue value is 2 (1.17% from 255 or 6.90% from 29); Max value from RGB is 24 - color contains mainly: red. Hex color #180302 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180302 is #E7FCFD. Grayscale: #090909. Windows color (decimal): -15203582 or 131864. OLE color: 131864.

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

Color convert

RGB2432-
CMYK00.880.920.91
HSL2.73º84.62%5.1%-
HSV(B)2.73º91.67%9.41%-
XYZ0.420.260.09-
YUV9.16123.96138.58-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 82.76%
GREEN value IS 3 (1.56% from 255) = 10.34%
BLUE value IS 2 (1.17% from 255) = 6.90%
R=82.76%
G=10.34%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.92
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal243200.880.920.912.7384.625.1
Hex18320585C5B3555
Octal3032013013413331255
Binary1100011100101100010111001011011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180302; }

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

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

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

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

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

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

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

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