#01131E

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

Shades of Black Pearl #01131E

Tints of Black Pearl #01131E

Color information

#01131E (or 0x01131E) is unknown color: approx Black Pearl. HEX triplet: 01, 13 and 1E. RGB value is (1,19,30). Sum of RGB (Red+Green+Blue) = 1+19+30=50 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2% from 50); Green value is 19 (7.81% from 255 or 38% from 50); Blue value is 30 (12.11% from 255 or 60% from 50); Max value from RGB is 30 - color contains mainly: blue. Hex color #01131E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01131E is #FEECE1. Grayscale: #0E0E0E. Windows color (decimal): -16706786 or 1970945. OLE color: 1970945.

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

Color convert

RGB11930-
CMYK0.970.3700.88
HSL202.76º93.55%6.08%-
HSV(B)202.76º96.67%11.76%-
XYZ0.480.571.31-
YUV14.87136.54118.11-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2%
GREEN value IS 19 (7.81% from 255) = 38%
BLUE value IS 30 (12.11% from 255) = 60%
R=2%
G=38%
B=60%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal119300.970.3700.88202.7693.556.08
Hex1131E6125058cb5e6
Octal123361414501303131366
Binary11001111110110000110010101011000110010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01131E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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