#151A1E

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

Shades of Black Pearl #151A1E

Tints of Black Pearl #151A1E

Color information

#151A1E (or 0x151A1E) is unknown color: approx Black Pearl. HEX triplet: 15, 1A and 1E. RGB value is (21,26,30). Sum of RGB (Red+Green+Blue) = 21+26+30=77 (10% of max value = 765). Red value is 21 (8.59% from 255 or 27.27% from 77); Green value is 26 (10.55% from 255 or 33.77% from 77); Blue value is 30 (12.11% from 255 or 38.96% from 77); Max value from RGB is 30 - color contains mainly: blue. Hex color #151A1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151A1E is #EAE5E1. Grayscale: #181818. Windows color (decimal): -15394274 or 1972757. OLE color: 1972757.

HSL color Cylindrical-coordinate representation of color #151A1E: hue angle of 206.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 #151A1E is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB212630-
CMYK0.300.1300.88
HSL206.67º17.65%10%-
HSV(B)206.67º30%11.76%-
XYZ0.910.991.37-
YUV24.96130.84125.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 27.27%
GREEN value IS 26 (10.55% from 255) = 33.77%
BLUE value IS 30 (12.11% from 255) = 38.96%
R=27.27%
G=33.77%
B=38.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2126300.300.1300.88206.6717.6510
Hex151A1E1ED058cf12a
Octal253236361501303172212
Binary1010111010111101111011010101100011001111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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