#00131F

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

Shades of Black Pearl #00131F

Tints of Black Pearl #00131F

Color information

#00131F (or 0x00131F) is unknown color: approx Black Pearl. HEX triplet: 00, 13 and 1F. RGB value is (0,19,31). Sum of RGB (Red+Green+Blue) = 0+19+31=50 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 50); Green value is 19 (7.81% from 255 or 38% from 50); Blue value is 31 (12.5% from 255 or 62% from 50); Max value from RGB is 31 - color contains mainly: blue. Hex color #00131F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00131F is #FFECE0. Grayscale: #0E0E0E. Windows color (decimal): -16772321 or 2036480. OLE color: 2036480.

HSL color Cylindrical-coordinate representation of color #00131F: hue angle of 203.23º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00131F is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB01931-
CMYK10.3900.88
HSL203.23º100%6.08%-
HSV(B)203.23º100%12.16%-
XYZ0.480.561.38-
YUV14.69137.21117.52-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 19 (7.81% from 255) = 38%
BLUE value IS 31 (12.5% from 255) = 62%
R=0%
G=38%
B=62%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal0193110.3900.88203.231006.08
Hex0131F6427058cb646
Octal023371444701303131446
Binary01001111111110010010011101011000110010111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00131F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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