#1C2223

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

Shades of Black Pearl #1C2223

Tints of Black Pearl #1C2223

Color information

#1C2223 (or 0x1C2223) is unknown color: approx Black Pearl. HEX triplet: 1C, 22 and 23. RGB value is (28,34,35). Sum of RGB (Red+Green+Blue) = 28+34+35=97 (12% of max value = 765). Red value is 28 (11.33% from 255 or 28.87% from 97); Green value is 34 (13.67% from 255 or 35.05% from 97); Blue value is 35 (14.06% from 255 or 36.08% from 97); Max value from RGB is 35 - color contains mainly: blue. Hex color #1C2223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2223 is #E3DDDC. Grayscale: #202020. Windows color (decimal): -14933469 or 2302492. OLE color: 2302492.

HSL color Cylindrical-coordinate representation of color #1C2223: hue angle of 188.57º 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 #1C2223 is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB283435-
CMYK0.200.0300.86
HSL188.57º11.11%12.35%-
HSV(B)188.57º20%13.73%-
XYZ1.351.511.81-
YUV32.32129.51124.92-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 28.87%
GREEN value IS 34 (13.67% from 255) = 35.05%
BLUE value IS 35 (14.06% from 255) = 36.08%
R=28.87%
G=35.05%
B=36.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2834350.200.0300.86188.5711.1112.35
Hex1C2223143056bdbc
Octal34424324301262751314
Binary111001000101000111010011010101101011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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