#1B1D1F

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

Shades of Black Pearl #1B1D1F

Tints of Black Pearl #1B1D1F

Color information

#1B1D1F (or 0x1B1D1F) is unknown color: approx Black Pearl. HEX triplet: 1B, 1D and 1F. RGB value is (27,29,31). Sum of RGB (Red+Green+Blue) = 27+29+31=87 (11% of max value = 765). Red value is 27 (10.94% from 255 or 31.03% from 87); Green value is 29 (11.72% from 255 or 33.33% from 87); Blue value is 31 (12.5% from 255 or 35.63% from 87); Max value from RGB is 31 - color contains mainly: blue. Hex color #1B1D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B1D1F is #E4E2E0. Grayscale: #1C1C1C. Windows color (decimal): -15000289 or 2039067. OLE color: 2039067.

HSL color Cylindrical-coordinate representation of color #1B1D1F: hue angle of 210º 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 #1B1D1F is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB272931-
CMYK0.130.0600.88
HSL210º6.9%11.37%-
HSV(B)210º12.9%12.16%-
XYZ1.141.211.47-
YUV28.63129.34126.84-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 31.03%
GREEN value IS 29 (11.72% from 255) = 33.33%
BLUE value IS 31 (12.5% from 255) = 35.63%
R=31.03%
G=33.33%
B=35.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2729310.130.0600.882106.911.37
Hex1B1D1FD6058d27b
Octal3335371560130322713
Binary110111110111111110111001011000110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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