#01141E

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

Shades of Black Pearl #01141E

Tints of Black Pearl #01141E

Color information

#01141E (or 0x01141E) is unknown color: approx Black Pearl. HEX triplet: 01, 14 and 1E. RGB value is (1,20,30). Sum of RGB (Red+Green+Blue) = 1+20+30=51 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.96% from 51); Green value is 20 (8.20% from 255 or 39.22% from 51); Blue value is 30 (12.11% from 255 or 58.82% from 51); Max value from RGB is 30 - color contains mainly: blue. Hex color #01141E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01141E is #FEEBE1. Grayscale: #0F0F0F. Windows color (decimal): -16706530 or 1971201. OLE color: 1971201.

HSL color Cylindrical-coordinate representation of color #01141E: hue angle of 200.69º 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 #01141E is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB12030-
CMYK0.970.3300.88
HSL200.69º93.55%6.08%-
HSV(B)200.69º96.67%11.76%-
XYZ0.50.61.32-
YUV15.46136.21117.69-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.96%
GREEN value IS 20 (8.20% from 255) = 39.22%
BLUE value IS 30 (12.11% from 255) = 58.82%
R=1.96%
G=39.22%
B=58.82%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal120300.970.3300.88200.6993.556.08
Hex1141E6121058c95e6
Octal124361414101303111366
Binary11010011110110000110000101011000110010011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01141E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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