#1D2428

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

Shades of Black Pearl #1D2428

Tints of Black Pearl #1D2428

Color information

#1D2428 (or 0x1D2428) is unknown color: approx Black Pearl. HEX triplet: 1D, 24 and 28. RGB value is (29,36,40). Sum of RGB (Red+Green+Blue) = 29+36+40=105 (13% of max value = 765). Red value is 29 (11.72% from 255 or 27.62% from 105); Green value is 36 (14.45% from 255 or 34.29% from 105); Blue value is 40 (16.02% from 255 or 38.10% from 105); Max value from RGB is 40 - color contains mainly: blue. Hex color #1D2428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2428 is #E2DBD7. Grayscale: #222222. Windows color (decimal): -14867416 or 2630685. OLE color: 2630685.

HSL color Cylindrical-coordinate representation of color #1D2428: hue angle of 201.82º degrees, saturation: 0.16, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #1D2428 is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB293640-
CMYK0.280.1000.84
HSL201.82º15.94%13.53%-
HSV(B)201.82º27.5%15.69%-
XYZ1.521.682.25-
YUV34.36131.18124.17-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 27.62%
GREEN value IS 36 (14.45% from 255) = 34.29%
BLUE value IS 40 (16.02% from 255) = 38.10%
R=27.62%
G=34.29%
B=38.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2936400.280.1000.84201.8215.9413.53
Hex1D24281CA054ca10e
Octal354450341201243122016
Binary111011001001010001110010100101010011001010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,36,40); }

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

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

 a { background-color: rgb(29,36,40); }

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

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

 span { border-color: rgb(29,36,40); }

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