#01141B

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

Shades of Black Pearl #01141B

Tints of Black Pearl #01141B

Color information

#01141B (or 0x01141B) is unknown color: approx Black Pearl. HEX triplet: 01, 14 and 1B. RGB value is (1,20,27). Sum of RGB (Red+Green+Blue) = 1+20+27=48 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.08% from 48); Green value is 20 (8.20% from 255 or 41.67% from 48); Blue value is 27 (10.94% from 255 or 56.25% from 48); Max value from RGB is 27 - color contains mainly: blue. Hex color #01141B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01141B is #FEEBE4. Grayscale: #0F0F0F. Windows color (decimal): -16706533 or 1774593. OLE color: 1774593.

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

Color convert

RGB12027-
CMYK0.960.2600.89
HSL196.15º92.86%5.49%-
HSV(B)196.15º96.3%10.59%-
XYZ0.460.591.13-
YUV15.12134.71117.93-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.08%
GREEN value IS 20 (8.20% from 255) = 41.67%
BLUE value IS 27 (10.94% from 255) = 56.25%
R=2.08%
G=41.67%
B=56.25%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal120270.960.2600.89196.1592.865.49
Hex1141B601A059c45d5
Octal124331403201313041355
Binary1101001101111000001101001011001110001001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01141B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01141B; }

 p { color: rgb(1,20,27); }

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

<style>
 a { background-color: #01141B; }

 a { background-color: rgb(1,20,27); }

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

<style>
 span { border-color: #01141B; }

 span { border-color: rgb(1,20,27); }

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