#180908

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

Shades of Black #180908

Tints of Black #180908

Color information

#180908 (or 0x180908) is unknown color: approx Black. HEX triplet: 18, 09 and 08. RGB value is (24,9,8). Sum of RGB (Red+Green+Blue) = 24+9+8=41 (5% of max value = 765). Red value is 24 (9.77% from 255 or 58.54% from 41); Green value is 9 (3.91% from 255 or 21.95% from 41); Blue value is 8 (3.52% from 255 or 19.51% from 41); Max value from RGB is 24 - color contains mainly: red. Hex color #180908 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180908 is #E7F6F7. Grayscale: #0D0D0D. Windows color (decimal): -15202040 or 526616. OLE color: 526616.

HSL color Cylindrical-coordinate representation of color #180908: hue angle of 3.75º degrees, saturation: 0.5, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #180908 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.91.

Color convert

RGB2498-
CMYK00.630.670.91
HSL3.75º50%6.27%-
HSV(B)3.75º66.67%9.41%-
XYZ0.520.410.28-
YUV13.37124.97135.58-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 58.54%
GREEN value IS 9 (3.91% from 255) = 21.95%
BLUE value IS 8 (3.52% from 255) = 19.51%
R=58.54%
G=21.95%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.67
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal249800.630.670.913.75506.27
Hex189803F435B4326
Octal3011100771031334626
Binary1100010011000011111110000111011011100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180908; }

 p { color: rgb(24,9,8); }

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

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

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

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

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

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

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