#01131D

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

Shades of Black Pearl #01131D

Tints of Black Pearl #01131D

Color information

#01131D (or 0x01131D) is unknown color: approx Black Pearl. HEX triplet: 01, 13 and 1D. RGB value is (1,19,29). Sum of RGB (Red+Green+Blue) = 1+19+29=49 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.04% from 49); Green value is 19 (7.81% from 255 or 38.78% from 49); Blue value is 29 (11.72% from 255 or 59.18% from 49); Max value from RGB is 29 - color contains mainly: blue. Hex color #01131D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01131D is #FEECE2. Grayscale: #0E0E0E. Windows color (decimal): -16706787 or 1905409. OLE color: 1905409.

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

Color convert

RGB11929-
CMYK0.970.3400.89
HSL201.43º93.33%5.88%-
HSV(B)201.43º96.55%11.37%-
XYZ0.470.561.25-
YUV14.76136.04118.19-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.04%
GREEN value IS 19 (7.81% from 255) = 38.78%
BLUE value IS 29 (11.72% from 255) = 59.18%
R=2.04%
G=38.78%
B=59.18%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal119290.970.3400.89201.4393.335.88
Hex1131D6122059c95d6
Octal123351414201313111356
Binary11001111101110000110001001011001110010011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01131D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01131D; }

 p { color: rgb(1,19,29); }

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

<style>
 a { background-color: #01131D; }

 a { background-color: rgb(1,19,29); }

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

<style>
 span { border-color: #01131D; }

 span { border-color: rgb(1,19,29); }

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