#151C1F

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

Shades of Black Pearl #151C1F

Tints of Black Pearl #151C1F

Color information

#151C1F (or 0x151C1F) is unknown color: approx Black Pearl. HEX triplet: 15, 1C and 1F. RGB value is (21,28,31). Sum of RGB (Red+Green+Blue) = 21+28+31=80 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.25% from 80); Green value is 28 (11.33% from 255 or 35% from 80); Blue value is 31 (12.5% from 255 or 38.75% from 80); Max value from RGB is 31 - color contains mainly: blue. Hex color #151C1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151C1F is #EAE3E0. Grayscale: #1A1A1A. Windows color (decimal): -15393761 or 2038805. OLE color: 2038805.

HSL color Cylindrical-coordinate representation of color #151C1F: hue angle of 198º 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 #151C1F is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB212831-
CMYK0.320.1000.88
HSL198º19.23%10.2%-
HSV(B)198º32.26%12.16%-
XYZ0.971.091.46-
YUV26.25130.68124.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 26.25%
GREEN value IS 28 (11.33% from 255) = 35%
BLUE value IS 31 (12.5% from 255) = 38.75%
R=26.25%
G=35%
B=38.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2128310.320.1000.8819819.2310.2
Hex151C1F20A058c613a
Octal253437401201303062312
Binary10101111001111110000010100101100011000110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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