#1C2831

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

Shades of Black Pearl #1C2831

Tints of Black Pearl #1C2831

Color information

#1C2831 (or 0x1C2831) is unknown color: approx Black Pearl. HEX triplet: 1C, 28 and 31. RGB value is (28,40,49). Sum of RGB (Red+Green+Blue) = 28+40+49=117 (15% of max value = 765). Red value is 28 (11.33% from 255 or 23.93% from 117); Green value is 40 (16.02% from 255 or 34.19% from 117); Blue value is 49 (19.53% from 255 or 41.88% from 117); Max value from RGB is 49 - color contains mainly: blue. Hex color #1C2831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2831 is #E3D7CE. Grayscale: #252525. Windows color (decimal): -14931919 or 3221532. OLE color: 3221532.

HSL color Cylindrical-coordinate representation of color #1C2831: hue angle of 205.71º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1C2831 is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB284049-
CMYK0.430.1800.81
HSL205.71º27.27%15.1%-
HSV(B)205.71º42.86%19.22%-
XYZ1.791.993.19-
YUV37.44134.52121.27-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 23.93%
GREEN value IS 40 (16.02% from 255) = 34.19%
BLUE value IS 49 (19.53% from 255) = 41.88%
R=23.93%
G=34.19%
B=41.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2840490.430.1800.81205.7127.2715.1
Hex1C28312B12051ce1bf
Octal345061532201213163317
Binary11100101000110001101011100100101000111001110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,40,49); }

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

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

 a { background-color: rgb(28,40,49); }

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

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

 span { border-color: rgb(28,40,49); }

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