#01131F

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

Shades of Black Pearl #01131F

Tints of Black Pearl #01131F

Color information

#01131F (or 0x01131F) is unknown color: approx Black Pearl. HEX triplet: 01, 13 and 1F. RGB value is (1,19,31). Sum of RGB (Red+Green+Blue) = 1+19+31=51 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.96% from 51); Green value is 19 (7.81% from 255 or 37.25% from 51); Blue value is 31 (12.5% from 255 or 60.78% from 51); Max value from RGB is 31 - color contains mainly: blue. Hex color #01131F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01131F is #FEECE0. Grayscale: #0E0E0E. Windows color (decimal): -16706785 or 2036481. OLE color: 2036481.

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

Color convert

RGB11931-
CMYK0.970.3900.88
HSL204º93.75%6.27%-
HSV(B)204º96.77%12.16%-
XYZ0.490.571.38-
YUV14.99137.04118.02-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.96%
GREEN value IS 19 (7.81% from 255) = 37.25%
BLUE value IS 31 (12.5% from 255) = 60.78%
R=1.96%
G=37.25%
B=60.78%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal119310.970.3900.8820493.756.27
Hex1131F6127058cc5e6
Octal123371414701303141366
Binary11001111111110000110011101011000110011001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01131F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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