#180B02

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

Shades of Black #180B02

Tints of Black #180B02

Color information

#180B02 (or 0x180B02) is unknown color: approx Black. HEX triplet: 18, 0B and 02. RGB value is (24,11,2). Sum of RGB (Red+Green+Blue) = 24+11+2=37 (4% of max value = 765). Red value is 24 (9.77% from 255 or 64.86% from 37); Green value is 11 (4.69% from 255 or 29.73% from 37); Blue value is 2 (1.17% from 255 or 5.41% from 37); Max value from RGB is 24 - color contains mainly: red. Hex color #180B02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180B02 is #E7F4FD. Grayscale: #0D0D0D. Windows color (decimal): -15201534 or 133912. OLE color: 133912.

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

Color convert

RGB24112-
CMYK00.540.920.91
HSL24.55º84.62%5.1%-
HSV(B)24.55º91.67%9.41%-
XYZ0.510.440.12-
YUV13.86121.31135.23-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 64.86%
GREEN value IS 11 (4.69% from 255) = 29.73%
BLUE value IS 2 (1.17% from 255) = 5.41%
R=64.86%
G=29.73%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.92
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2411200.540.920.9124.5584.625.1
Hex18B20365C5B19555
Octal30132066134133311255
Binary11000101110011011010111001011011110011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180B02; }

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

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

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

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

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

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

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

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