#01131A

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

Shades of Black Pearl #01131A

Tints of Black Pearl #01131A

Color information

#01131A (or 0x01131A) is unknown color: approx Black Pearl. HEX triplet: 01, 13 and 1A. RGB value is (1,19,26). Sum of RGB (Red+Green+Blue) = 1+19+26=46 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.17% from 46); Green value is 19 (7.81% from 255 or 41.30% from 46); Blue value is 26 (10.55% from 255 or 56.52% from 46); Max value from RGB is 26 - color contains mainly: blue. Hex color #01131A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01131A is #FEECE5. Grayscale: #0E0E0E. Windows color (decimal): -16706790 or 1708801. OLE color: 1708801.

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

Color convert

RGB11926-
CMYK0.960.2700.90
HSL196.8º92.59%5.29%-
HSV(B)196.8º96.15%10.2%-
XYZ0.430.551.06-
YUV14.42134.54118.43-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.17%
GREEN value IS 19 (7.81% from 255) = 41.30%
BLUE value IS 26 (10.55% from 255) = 56.52%
R=2.17%
G=41.30%
B=56.52%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal119260.960.2700.90196.892.595.29
Hex1131A601B05Ac55d5
Octal123321403301323051355
Binary1100111101011000001101101011010110001011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01131A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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