#151D1E

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

Shades of Black Pearl #151D1E

Tints of Black Pearl #151D1E

Color information

#151D1E (or 0x151D1E) is unknown color: approx Black Pearl. HEX triplet: 15, 1D and 1E. RGB value is (21,29,30). Sum of RGB (Red+Green+Blue) = 21+29+30=80 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.25% from 80); Green value is 29 (11.72% from 255 or 36.25% from 80); Blue value is 30 (12.11% from 255 or 37.5% from 80); Max value from RGB is 30 - color contains mainly: blue. Hex color #151D1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151D1E is #EAE2E1. Grayscale: #1A1A1A. Windows color (decimal): -15393506 or 1973525. OLE color: 1973525.

HSL color Cylindrical-coordinate representation of color #151D1E: hue angle of 186.67º degrees, saturation: 0.18, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #151D1E is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB212930-
CMYK0.300.0300.88
HSL186.67º17.65%10%-
HSV(B)186.67º30%11.76%-
XYZ0.981.131.39-
YUV26.72129.85123.92-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 26.25%
GREEN value IS 29 (11.72% from 255) = 36.25%
BLUE value IS 30 (12.11% from 255) = 37.5%
R=26.25%
G=36.25%
B=37.5%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2129300.300.0300.88186.6717.6510
Hex151D1E1E3058bb12a
Octal25353636301302732212
Binary10101111011111011110110101100010111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151D1E; }

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

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

<style>
 a { background-color: #151D1E; }

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

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

<style>
 span { border-color: #151D1E; }

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

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