#01181D

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

Shades of Black Pearl #01181D

Tints of Black Pearl #01181D

Color information

#01181D (or 0x01181D) is unknown color: approx Black Pearl. HEX triplet: 01, 18 and 1D. RGB value is (1,24,29). Sum of RGB (Red+Green+Blue) = 1+24+29=54 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.85% from 54); Green value is 24 (9.77% from 255 or 44.44% from 54); Blue value is 29 (11.72% from 255 or 53.70% from 54); Max value from RGB is 29 - color contains mainly: blue. Hex color #01181D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01181D is #FEE7E2. Grayscale: #111111. Windows color (decimal): -16705507 or 1906689. OLE color: 1906689.

HSL color Cylindrical-coordinate representation of color #01181D: hue angle of 190.71º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #01181D is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB12429-
CMYK0.970.1700.89
HSL190.71º93.33%5.88%-
HSV(B)190.71º96.55%11.37%-
XYZ0.560.751.28-
YUV17.69134.38116.09-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.85%
GREEN value IS 24 (9.77% from 255) = 44.44%
BLUE value IS 29 (11.72% from 255) = 53.70%
R=1.85%
G=44.44%
B=53.70%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal124290.970.1700.89190.7193.335.88
Hex1181D6111059bf5d6
Octal130351412101312771356
Binary1110001110111000011000101011001101111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01181D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01181D; }

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

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

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

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

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

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

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

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