#1C292C

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

Shades of Black Pearl #1C292C

Tints of Black Pearl #1C292C

Color information

#1C292C (or 0x1C292C) is unknown color: approx Black Pearl. HEX triplet: 1C, 29 and 2C. RGB value is (28,41,44). Sum of RGB (Red+Green+Blue) = 28+41+44=113 (14% of max value = 765). Red value is 28 (11.33% from 255 or 24.78% from 113); Green value is 41 (16.41% from 255 or 36.28% from 113); Blue value is 44 (17.58% from 255 or 38.94% from 113); Max value from RGB is 44 - color contains mainly: blue. Hex color #1C292C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C292C is #E3D6D3. Grayscale: #252525. Windows color (decimal): -14931668 or 2894108. OLE color: 2894108.

HSL color Cylindrical-coordinate representation of color #1C292C: hue angle of 191.25º degrees, saturation: 0.22, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #1C292C is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB284144-
CMYK0.360.0700.83
HSL191.25º22.22%14.12%-
HSV(B)191.25º36.36%17.25%-
XYZ1.732.012.68-
YUV37.46131.69121.26-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 24.78%
GREEN value IS 41 (16.41% from 255) = 36.28%
BLUE value IS 44 (17.58% from 255) = 38.94%
R=24.78%
G=36.28%
B=38.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2841440.360.0700.83191.2522.2214.12
Hex1C292C247053bf16e
Octal34515444701232772616
Binary111001010011011001001001110101001110111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C292C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,41,44); }

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

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

 a { background-color: rgb(28,41,44); }

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

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

 span { border-color: rgb(28,41,44); }

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