#01121D

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

Shades of Black Pearl #01121D

Tints of Black Pearl #01121D

Color information

#01121D (or 0x01121D) is unknown color: approx Black Pearl. HEX triplet: 01, 12 and 1D. RGB value is (1,18,29). Sum of RGB (Red+Green+Blue) = 1+18+29=48 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.08% from 48); Green value is 18 (7.42% from 255 or 37.5% from 48); Blue value is 29 (11.72% from 255 or 60.42% from 48); Max value from RGB is 29 - color contains mainly: blue. Hex color #01121D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01121D is #FEEDE2. Grayscale: #0E0E0E. Windows color (decimal): -16707043 or 1905153. OLE color: 1905153.

HSL color Cylindrical-coordinate representation of color #01121D: hue angle of 203.57º 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 #01121D is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB11829-
CMYK0.970.3800.89
HSL203.57º93.33%5.88%-
HSV(B)203.57º96.55%11.37%-
XYZ0.450.531.24-
YUV14.17136.37118.61-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.08%
GREEN value IS 18 (7.42% from 255) = 37.5%
BLUE value IS 29 (11.72% from 255) = 60.42%
R=2.08%
G=37.5%
B=60.42%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal118290.970.3800.89203.5793.335.88
Hex1121D6126059cc5d6
Octal122351414601313141356
Binary11001011101110000110011001011001110011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01121D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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