#01121A

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

Shades of Black Pearl #01121A

Tints of Black Pearl #01121A

Color information

#01121A (or 0x01121A) is unknown color: approx Black Pearl. HEX triplet: 01, 12 and 1A. RGB value is (1,18,26). Sum of RGB (Red+Green+Blue) = 1+18+26=45 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.22% from 45); Green value is 18 (7.42% from 255 or 40% from 45); Blue value is 26 (10.55% from 255 or 57.78% from 45); Max value from RGB is 26 - color contains mainly: blue. Hex color #01121A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01121A is #FEEDE5. Grayscale: #0D0D0D. Windows color (decimal): -16707046 or 1708545. OLE color: 1708545.

HSL color Cylindrical-coordinate representation of color #01121A: hue angle of 199.2º 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 #01121A is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB11826-
CMYK0.960.3100.90
HSL199.2º92.59%5.29%-
HSV(B)199.2º96.15%10.2%-
XYZ0.420.511.05-
YUV13.83134.87118.85-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.22%
GREEN value IS 18 (7.42% from 255) = 40%
BLUE value IS 26 (10.55% from 255) = 57.78%
R=2.22%
G=40%
B=57.78%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal118260.960.3100.90199.292.595.29
Hex1121A601F05Ac75d5
Octal122321403701323071355
Binary1100101101011000001111101011010110001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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