#01181A

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

Shades of Black Pearl #01181A

Tints of Black Pearl #01181A

Color information

#01181A (or 0x01181A) is unknown color: approx Black Pearl. HEX triplet: 01, 18 and 1A. RGB value is (1,24,26). Sum of RGB (Red+Green+Blue) = 1+24+26=51 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.96% from 51); Green value is 24 (9.77% from 255 or 47.06% from 51); Blue value is 26 (10.55% from 255 or 50.98% from 51); Max value from RGB is 26 - color contains mainly: blue. Hex color #01181A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01181A is #FEE7E5. Grayscale: #111111. Windows color (decimal): -16705510 or 1710081. OLE color: 1710081.

HSL color Cylindrical-coordinate representation of color #01181A: hue angle of 184.8º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #01181A is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB12426-
CMYK0.960.0800.90
HSL184.8º92.59%5.29%-
HSV(B)184.8º96.15%10.2%-
XYZ0.530.731.09-
YUV17.35132.88116.34-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.96%
GREEN value IS 24 (9.77% from 255) = 47.06%
BLUE value IS 26 (10.55% from 255) = 50.98%
R=1.96%
G=47.06%
B=50.98%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal124260.960.0800.90184.892.595.29
Hex1181A60805Ab95d5
Octal130321401001322711355
Binary111000110101100000100001011010101110011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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