#01131C

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

Shades of Black Pearl #01131C

Tints of Black Pearl #01131C

Color information

#01131C (or 0x01131C) is unknown color: approx Black Pearl. HEX triplet: 01, 13 and 1C. RGB value is (1,19,28). Sum of RGB (Red+Green+Blue) = 1+19+28=48 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.08% from 48); Green value is 19 (7.81% from 255 or 39.58% from 48); Blue value is 28 (11.33% from 255 or 58.33% from 48); Max value from RGB is 28 - color contains mainly: blue. Hex color #01131C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01131C is #FEECE3. Grayscale: #0E0E0E. Windows color (decimal): -16706788 or 1839873. OLE color: 1839873.

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

Color convert

RGB11928-
CMYK0.960.3200.89
HSL200º93.1%5.69%-
HSV(B)200º96.43%10.98%-
XYZ0.450.561.18-
YUV14.64135.54118.27-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.08%
GREEN value IS 19 (7.81% from 255) = 39.58%
BLUE value IS 28 (11.33% from 255) = 58.33%
R=2.08%
G=39.58%
B=58.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal119280.960.3200.8920093.15.69
Hex1131C6020059c85d6
Octal123341404001313101356
Binary11001111100110000010000001011001110010001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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