#00131C

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

Shades of Black Pearl #00131C

Tints of Black Pearl #00131C

Color information

#00131C (or 0x00131C) is unknown color: approx Black Pearl. HEX triplet: 00, 13 and 1C. RGB value is (0,19,28). Sum of RGB (Red+Green+Blue) = 0+19+28=47 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 47); Green value is 19 (7.81% from 255 or 40.43% from 47); Blue value is 28 (11.33% from 255 or 59.57% from 47); Max value from RGB is 28 - color contains mainly: blue. Hex color #00131C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00131C is #FFECE3. Grayscale: #0E0E0E. Windows color (decimal): -16772324 or 1839872. OLE color: 1839872.

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

Color convert

RGB01928-
CMYK10.3200.89
HSL199.29º100%5.49%-
HSV(B)199.29º100%10.98%-
XYZ0.440.551.18-
YUV14.34135.71117.77-

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) = 40.43%
BLUE value IS 28 (11.33% from 255) = 59.57%
R=0%
G=40.43%
B=59.57%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal0192810.3200.89199.291005.49
Hex0131C6420059c7645
Octal023341444001313071445
Binary01001111100110010010000001011001110001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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