#1C2123

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

Shades of Black Pearl #1C2123

Tints of Black Pearl #1C2123

Color information

#1C2123 (or 0x1C2123) is unknown color: approx Black Pearl. HEX triplet: 1C, 21 and 23. RGB value is (28,33,35). Sum of RGB (Red+Green+Blue) = 28+33+35=96 (12% of max value = 765). Red value is 28 (11.33% from 255 or 29.17% from 96); Green value is 33 (13.28% from 255 or 34.38% from 96); Blue value is 35 (14.06% from 255 or 36.46% from 96); Max value from RGB is 35 - color contains mainly: blue. Hex color #1C2123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2123 is #E3DEDC. Grayscale: #1F1F1F. Windows color (decimal): -14933725 or 2302236. OLE color: 2302236.

HSL color Cylindrical-coordinate representation of color #1C2123: hue angle of 197.14º degrees, saturation: 0.11, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #1C2123 is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB283335-
CMYK0.200.0600.86
HSL197.14º11.11%12.35%-
HSV(B)197.14º20%13.73%-
XYZ1.331.461.8-
YUV31.73129.84125.34-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 29.17%
GREEN value IS 33 (13.28% from 255) = 34.38%
BLUE value IS 35 (14.06% from 255) = 36.46%
R=29.17%
G=34.38%
B=36.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2833350.200.0600.86197.1411.1112.35
Hex1C2123146056c5bc
Octal34414324601263051314
Binary1110010000110001110100110010101101100010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,33,35); }

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

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

 a { background-color: rgb(28,33,35); }

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

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

 span { border-color: rgb(28,33,35); }

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