#180702

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

Shades of Black #180702

Tints of Black #180702

Color information

#180702 (or 0x180702) is unknown color: approx Black. HEX triplet: 18, 07 and 02. RGB value is (24,7,2). Sum of RGB (Red+Green+Blue) = 24+7+2=33 (4% of max value = 765). Red value is 24 (9.77% from 255 or 72.73% from 33); Green value is 7 (3.12% from 255 or 21.21% from 33); Blue value is 2 (1.17% from 255 or 6.06% from 33); Max value from RGB is 24 - color contains mainly: red. Hex color #180702 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180702 is #E7F8FD. Grayscale: #0B0B0B. Windows color (decimal): -15202558 or 132888. OLE color: 132888.

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

Color convert

RGB2472-
CMYK00.710.920.91
HSL13.64º84.62%5.1%-
HSV(B)13.64º91.67%9.41%-
XYZ0.460.350.1-
YUV11.51122.63136.91-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 72.73%
GREEN value IS 7 (3.12% from 255) = 21.21%
BLUE value IS 2 (1.17% from 255) = 6.06%
R=72.73%
G=21.21%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.92
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal247200.710.920.9113.6484.625.1
Hex18720475C5Be555
Octal30720107134133161255
Binary1100011110010001111011100101101111101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180702; }

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

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

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

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

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

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

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

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