#00131D

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

Shades of Black Pearl #00131D

Tints of Black Pearl #00131D

Color information

#00131D (or 0x00131D) is unknown color: approx Black Pearl. HEX triplet: 00, 13 and 1D. RGB value is (0,19,29). Sum of RGB (Red+Green+Blue) = 0+19+29=48 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 48); Green value is 19 (7.81% from 255 or 39.58% from 48); Blue value is 29 (11.72% from 255 or 60.42% from 48); Max value from RGB is 29 - color contains mainly: blue. Hex color #00131D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00131D is #FFECE2. Grayscale: #0E0E0E. Windows color (decimal): -16772323 or 1905408. OLE color: 1905408.

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

Color convert

RGB01929-
CMYK10.3400.89
HSL200.69º100%5.69%-
HSV(B)200.69º100%11.37%-
XYZ0.450.551.25-
YUV14.46136.21117.69-

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) = 39.58%
BLUE value IS 29 (11.72% from 255) = 60.42%
R=0%
G=39.58%
B=60.42%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal0192910.3400.89200.691005.69
Hex0131D6422059c9646
Octal023351444201313111446
Binary01001111101110010010001001011001110010011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00131D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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