#151F2E

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

Shades of Black Pearl #151F2E

Tints of Black Pearl #151F2E

Color information

#151F2E (or 0x151F2E) is unknown color: approx Black Pearl. HEX triplet: 15, 1F and 2E. RGB value is (21,31,46). Sum of RGB (Red+Green+Blue) = 21+31+46=98 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.43% from 98); Green value is 31 (12.5% from 255 or 31.63% from 98); Blue value is 46 (18.36% from 255 or 46.94% from 98); Max value from RGB is 46 - color contains mainly: blue. Hex color #151F2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151F2E is #EAE0D1. Grayscale: #1D1D1D. Windows color (decimal): -15392978 or 3022613. OLE color: 3022613.

HSL color Cylindrical-coordinate representation of color #151F2E: hue angle of 216º degrees, saturation: 0.37, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #151F2E is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB213146-
CMYK0.540.3300.82
HSL216º37.31%13.14%-
HSV(B)216º54.35%18.04%-
XYZ1.291.342.77-
YUV29.72137.19121.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.43%
GREEN value IS 31 (12.5% from 255) = 31.63%
BLUE value IS 46 (18.36% from 255) = 46.94%
R=21.43%
G=31.63%
B=46.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2131460.540.3300.8221637.3113.14
Hex151F2E3621052d825d
Octal253756664101223304515
Binary101011111110111011011010000101010010110110001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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