#151A1F

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

Shades of Black Pearl #151A1F

Tints of Black Pearl #151A1F

Color information

#151A1F (or 0x151A1F) is unknown color: approx Black Pearl. HEX triplet: 15, 1A and 1F. RGB value is (21,26,31). Sum of RGB (Red+Green+Blue) = 21+26+31=78 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.92% from 78); Green value is 26 (10.55% from 255 or 33.33% from 78); Blue value is 31 (12.5% from 255 or 39.74% from 78); Max value from RGB is 31 - color contains mainly: blue. Hex color #151A1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151A1F is #EAE5E0. Grayscale: #191919. Windows color (decimal): -15394273 or 2038293. OLE color: 2038293.

HSL color Cylindrical-coordinate representation of color #151A1F: hue angle of 210º degrees, saturation: 0.19, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #151A1F is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB212631-
CMYK0.320.1600.88
HSL210º19.23%10.2%-
HSV(B)210º32.26%12.16%-
XYZ0.9311.44-
YUV25.07131.34125.09-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 26.92%
GREEN value IS 26 (10.55% from 255) = 33.33%
BLUE value IS 31 (12.5% from 255) = 39.74%
R=26.92%
G=33.33%
B=39.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2126310.320.1600.8821019.2310.2
Hex151A1F2010058d213a
Octal253237402001303222312
Binary101011101011111100000100000101100011010010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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