#1D1E1F

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

Shades of Black Pearl #1D1E1F

Tints of Black Pearl #1D1E1F

Color information

#1D1E1F (or 0x1D1E1F) is unknown color: approx Black Pearl. HEX triplet: 1D, 1E and 1F. RGB value is (29,30,31). Sum of RGB (Red+Green+Blue) = 29+30+31=90 (11% of max value = 765). Red value is 29 (11.72% from 255 or 32.22% from 90); Green value is 30 (12.11% from 255 or 33.33% from 90); Blue value is 31 (12.5% from 255 or 34.44% from 90); Max value from RGB is 31 - color contains mainly: blue. Hex color #1D1E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D1E1F is #E2E1E0. Grayscale: #1D1D1D. Windows color (decimal): -14868961 or 2039325. OLE color: 2039325.

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

Color convert

RGB293031-
CMYK0.060.0300.88
HSL210º3.33%11.76%-
HSV(B)210º6.45%12.16%-
XYZ1.221.291.48-
YUV29.82128.67127.42-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 32.22%
GREEN value IS 30 (12.11% from 255) = 33.33%
BLUE value IS 31 (12.5% from 255) = 34.44%
R=32.22%
G=33.33%
B=34.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2930310.060.0300.882103.3311.76
Hex1D1E1F63058d23c
Octal353637630130322314
Binary111011111011111110110101100011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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