#180706

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

Shades of Black #180706

Tints of Black #180706

Color information

#180706 (or 0x180706) is unknown color: approx Black. HEX triplet: 18, 07 and 06. RGB value is (24,7,6). Sum of RGB (Red+Green+Blue) = 24+7+6=37 (4% of max value = 765). Red value is 24 (9.77% from 255 or 64.86% from 37); Green value is 7 (3.12% from 255 or 18.92% from 37); Blue value is 6 (2.73% from 255 or 16.22% from 37); Max value from RGB is 24 - color contains mainly: red. Hex color #180706 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180706 is #E7F8F9. Grayscale: #0B0B0B. Windows color (decimal): -15202554 or 395032. OLE color: 395032.

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

Color convert

RGB2476-
CMYK00.710.750.91
HSL3.33º60%5.88%-
HSV(B)3.33º75%9.41%-
XYZ0.490.360.22-
YUV11.97124.63136.58-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 64.86%
GREEN value IS 7 (3.12% from 255) = 18.92%
BLUE value IS 6 (2.73% from 255) = 16.22%
R=64.86%
G=18.92%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.75
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal247600.710.750.913.33605.88
Hex18760474B5B33c6
Octal307601071131333746
Binary11000111110010001111001011101101111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180706; }

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

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

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

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

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

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

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

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