#00151D

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

Shades of Black Pearl #00151D

Tints of Black Pearl #00151D

Color information

#00151D (or 0x00151D) is unknown color: approx Black Pearl. HEX triplet: 00, 15 and 1D. RGB value is (0,21,29). Sum of RGB (Red+Green+Blue) = 0+21+29=50 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 50); Green value is 21 (8.59% from 255 or 42% from 50); Blue value is 29 (11.72% from 255 or 58% from 50); Max value from RGB is 29 - color contains mainly: blue. Hex color #00151D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00151D is #FFEAE2. Grayscale: #0F0F0F. Windows color (decimal): -16771811 or 1905920. OLE color: 1905920.

HSL color Cylindrical-coordinate representation of color #00151D: hue angle of 196.55º 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 #00151D is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB02129-
CMYK10.2800.89
HSL196.55º100%5.69%-
HSV(B)196.55º100%11.37%-
XYZ0.490.631.26-
YUV15.63135.54116.85-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 21 (8.59% from 255) = 42%
BLUE value IS 29 (11.72% from 255) = 58%
R=0%
G=42%
B=58%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal0212910.2800.89196.551005.69
Hex0151D641C059c5646
Octal025351443401313051446
Binary0101011110111001001110001011001110001011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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