#1D2830

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

Shades of Black Pearl #1D2830

Tints of Black Pearl #1D2830

Color information

#1D2830 (or 0x1D2830) is unknown color: approx Black Pearl. HEX triplet: 1D, 28 and 30. RGB value is (29,40,48). Sum of RGB (Red+Green+Blue) = 29+40+48=117 (15% of max value = 765). Red value is 29 (11.72% from 255 or 24.79% from 117); Green value is 40 (16.02% from 255 or 34.19% from 117); Blue value is 48 (19.14% from 255 or 41.03% from 117); Max value from RGB is 48 - color contains mainly: blue. Hex color #1D2830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2830 is #E2D7CF. Grayscale: #252525. Windows color (decimal): -14866384 or 3155997. OLE color: 3155997.

HSL color Cylindrical-coordinate representation of color #1D2830: hue angle of 205.26º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1D2830 is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB294048-
CMYK0.400.1700.81
HSL205.26º24.68%15.1%-
HSV(B)205.26º39.58%18.82%-
XYZ1.81.993.09-
YUV37.62133.86121.85-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 24.79%
GREEN value IS 40 (16.02% from 255) = 34.19%
BLUE value IS 48 (19.14% from 255) = 41.03%
R=24.79%
G=34.19%
B=41.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2940480.400.1700.81205.2624.6815.1
Hex1D28302811051cd19f
Octal355060502101213153117
Binary11101101000110000101000100010101000111001101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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