#180B01

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

Shades of Black #180B01

Tints of Black #180B01

Color information

#180B01 (or 0x180B01) is unknown color: approx Black. HEX triplet: 18, 0B and 01. RGB value is (24,11,1). Sum of RGB (Red+Green+Blue) = 24+11+1=36 (4% of max value = 765). Red value is 24 (9.77% from 255 or 66.67% from 36); Green value is 11 (4.69% from 255 or 30.56% from 36); Blue value is 1 (0.78% from 255 or 2.78% from 36); Max value from RGB is 24 - color contains mainly: red. Hex color #180B01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180B01 is #E7F4FE. Grayscale: #0D0D0D. Windows color (decimal): -15201535 or 68376. OLE color: 68376.

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

Color convert

RGB24111-
CMYK00.540.960.91
HSL26.09º92%4.9%-
HSV(B)26.09º95.83%9.41%-
XYZ0.50.440.09-
YUV13.75120.81135.31-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 66.67%
GREEN value IS 11 (4.69% from 255) = 30.56%
BLUE value IS 1 (0.78% from 255) = 2.78%
R=66.67%
G=30.56%
B=2.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.96
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2411100.540.960.9126.09924.9
Hex18B1036605B1a5c5
Octal30131066140133321345
Binary1100010111011011011000001011011110101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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