#151F28

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

Shades of Black Pearl #151F28

Tints of Black Pearl #151F28

Color information

#151F28 (or 0x151F28) is unknown color: approx Black Pearl. HEX triplet: 15, 1F and 28. RGB value is (21,31,40). Sum of RGB (Red+Green+Blue) = 21+31+40=92 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.83% from 92); Green value is 31 (12.5% from 255 or 33.70% from 92); Blue value is 40 (16.02% from 255 or 43.48% from 92); Max value from RGB is 40 - color contains mainly: blue. Hex color #151F28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151F28 is #EAE0D7. Grayscale: #1C1C1C. Windows color (decimal): -15392984 or 2629397. OLE color: 2629397.

HSL color Cylindrical-coordinate representation of color #151F28: hue angle of 208.42º degrees, saturation: 0.31, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #151F28 is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB213140-
CMYK0.480.2200.84
HSL208.42º31.15%11.96%-
HSV(B)208.42º47.5%15.69%-
XYZ1.181.292.19-
YUV29.04134.19122.27-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 22.83%
GREEN value IS 31 (12.5% from 255) = 33.70%
BLUE value IS 40 (16.02% from 255) = 43.48%
R=22.83%
G=33.70%
B=43.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2131400.480.2200.84208.4231.1511.96
Hex151F283016054d01fc
Octal253750602601243203714
Binary1010111111101000110000101100101010011010000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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