#00151E

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

Shades of Black Pearl #00151E

Tints of Black Pearl #00151E

Color information

#00151E (or 0x00151E) is unknown color: approx Black Pearl. HEX triplet: 00, 15 and 1E. RGB value is (0,21,30). Sum of RGB (Red+Green+Blue) = 0+21+30=51 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 51); Green value is 21 (8.59% from 255 or 41.18% from 51); Blue value is 30 (12.11% from 255 or 58.82% from 51); Max value from RGB is 30 - color contains mainly: blue. Hex color #00151E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00151E is #FFEAE1. Grayscale: #0F0F0F. Windows color (decimal): -16771810 or 1971456. OLE color: 1971456.

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

Color convert

RGB02130-
CMYK10.3000.88
HSL198º100%5.88%-
HSV(B)198º100%11.76%-
XYZ0.50.631.32-
YUV15.75136.04116.77-

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) = 41.18%
BLUE value IS 30 (12.11% from 255) = 58.82%
R=0%
G=41.18%
B=58.82%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal0213010.3000.881981005.88
Hex0151E641E058c6646
Octal025361443601303061446
Binary0101011111011001001111001011000110001101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00151E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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