#01121C

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

Shades of Black Pearl #01121C

Tints of Black Pearl #01121C

Color information

#01121C (or 0x01121C) is unknown color: approx Black Pearl. HEX triplet: 01, 12 and 1C. RGB value is (1,18,28). Sum of RGB (Red+Green+Blue) = 1+18+28=47 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.13% from 47); Green value is 18 (7.42% from 255 or 38.30% from 47); Blue value is 28 (11.33% from 255 or 59.57% from 47); Max value from RGB is 28 - color contains mainly: blue. Hex color #01121C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01121C is #FEEDE3. Grayscale: #0E0E0E. Windows color (decimal): -16707044 or 1839617. OLE color: 1839617.

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

Color convert

RGB11828-
CMYK0.960.3600.89
HSL202.22º93.1%5.69%-
HSV(B)202.22º96.43%10.98%-
XYZ0.440.521.18-
YUV14.06135.87118.69-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.13%
GREEN value IS 18 (7.42% from 255) = 38.30%
BLUE value IS 28 (11.33% from 255) = 59.57%
R=2.13%
G=38.30%
B=59.57%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal118280.960.3600.89202.2293.15.69
Hex1121C6024059ca5d6
Octal122341404401313121356
Binary11001011100110000010010001011001110010101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01121C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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