#151B1C

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

Shades of Black Pearl #151B1C

Tints of Black Pearl #151B1C

Color information

#151B1C (or 0x151B1C) is unknown color: approx Black Pearl. HEX triplet: 15, 1B and 1C. RGB value is (21,27,28). Sum of RGB (Red+Green+Blue) = 21+27+28=76 (10% of max value = 765). Red value is 21 (8.59% from 255 or 27.63% from 76); Green value is 27 (10.94% from 255 or 35.53% from 76); Blue value is 28 (11.33% from 255 or 36.84% from 76); Max value from RGB is 28 - color contains mainly: blue. Hex color #151B1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151B1C is #EAE4E3. Grayscale: #191919. Windows color (decimal): -15394020 or 1841941. OLE color: 1841941.

HSL color Cylindrical-coordinate representation of color #151B1C: hue angle of 188.57º degrees, saturation: 0.14, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #151B1C is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB212728-
CMYK0.250.0400.89
HSL188.57º14.29%9.61%-
HSV(B)188.57º25%10.98%-
XYZ0.911.031.25-
YUV25.32129.51124.92-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 27.63%
GREEN value IS 27 (10.94% from 255) = 35.53%
BLUE value IS 28 (11.33% from 255) = 36.84%
R=27.63%
G=35.53%
B=36.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2127280.250.0400.89188.5714.299.61
Hex151B1C194059bdea
Octal25333431401312751612
Binary10101110111110011001100010110011011110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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