#01121E

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

Shades of Black Pearl #01121E

Tints of Black Pearl #01121E

Color information

#01121E (or 0x01121E) is unknown color: approx Black Pearl. HEX triplet: 01, 12 and 1E. RGB value is (1,18,30). Sum of RGB (Red+Green+Blue) = 1+18+30=49 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.04% from 49); Green value is 18 (7.42% from 255 or 36.73% from 49); Blue value is 30 (12.11% from 255 or 61.22% from 49); Max value from RGB is 30 - color contains mainly: blue. Hex color #01121E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01121E is #FEEDE1. Grayscale: #0E0E0E. Windows color (decimal): -16707042 or 1970689. OLE color: 1970689.

HSL color Cylindrical-coordinate representation of color #01121E: hue angle of 204.83º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #01121E is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB11830-
CMYK0.970.4000.88
HSL204.83º93.55%6.08%-
HSV(B)204.83º96.67%11.76%-
XYZ0.460.531.31-
YUV14.28136.87118.52-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.04%
GREEN value IS 18 (7.42% from 255) = 36.73%
BLUE value IS 30 (12.11% from 255) = 61.22%
R=2.04%
G=36.73%
B=61.22%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal118300.970.4000.88204.8393.556.08
Hex1121E6128058cd5e6
Octal122361415001303151366
Binary11001011110110000110100001011000110011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01121E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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