#1B1E1F

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

Shades of Black Pearl #1B1E1F

Tints of Black Pearl #1B1E1F

Color information

#1B1E1F (or 0x1B1E1F) is unknown color: approx Black Pearl. HEX triplet: 1B, 1E and 1F. RGB value is (27,30,31). Sum of RGB (Red+Green+Blue) = 27+30+31=88 (11% of max value = 765). Red value is 27 (10.94% from 255 or 30.68% from 88); Green value is 30 (12.11% from 255 or 34.09% from 88); Blue value is 31 (12.5% from 255 or 35.23% from 88); Max value from RGB is 31 - color contains mainly: blue. Hex color #1B1E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B1E1F is #E4E1E0. Grayscale: #1D1D1D. Windows color (decimal): -15000033 or 2039323. OLE color: 2039323.

HSL color Cylindrical-coordinate representation of color #1B1E1F: hue angle of 195º degrees, saturation: 0.07, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #1B1E1F is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB273031-
CMYK0.130.0300.88
HSL195º6.9%11.37%-
HSV(B)195º12.9%12.16%-
XYZ1.161.261.48-
YUV29.22129.01126.42-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 30.68%
GREEN value IS 30 (12.11% from 255) = 34.09%
BLUE value IS 31 (12.5% from 255) = 35.23%
R=30.68%
G=34.09%
B=35.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2730310.130.0300.881956.911.37
Hex1B1E1FD3058c37b
Octal3336371530130303713
Binary11011111101111111011101011000110000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B1E1F; }

 p { color: rgb(27,30,31); }

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

<style>
 a { background-color: #1B1E1F; }

 a { background-color: rgb(27,30,31); }

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

<style>
 span { border-color: #1B1E1F; }

 span { border-color: rgb(27,30,31); }

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