#1C2629

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

Shades of Black Pearl #1C2629

Tints of Black Pearl #1C2629

Color information

#1C2629 (or 0x1C2629) is unknown color: approx Black Pearl. HEX triplet: 1C, 26 and 29. RGB value is (28,38,41). Sum of RGB (Red+Green+Blue) = 28+38+41=107 (14% of max value = 765). Red value is 28 (11.33% from 255 or 26.17% from 107); Green value is 38 (15.23% from 255 or 35.51% from 107); Blue value is 41 (16.41% from 255 or 38.32% from 107); Max value from RGB is 41 - color contains mainly: blue. Hex color #1C2629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2629 is #E3D9D6. Grayscale: #232323. Windows color (decimal): -14932439 or 2696732. OLE color: 2696732.

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

Color convert

RGB283841-
CMYK0.320.0700.84
HSL193.85º18.84%13.53%-
HSV(B)193.85º31.71%16.08%-
XYZ1.571.792.36-
YUV35.35131.19122.76-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 26.17%
GREEN value IS 38 (15.23% from 255) = 35.51%
BLUE value IS 41 (16.41% from 255) = 38.32%
R=26.17%
G=35.51%
B=38.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2838410.320.0700.84193.8518.8413.53
Hex1C2629207054c213e
Octal34465140701243022316
Binary111001001101010011000001110101010011000010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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