#1C2B30

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

Shades of Black Pearl #1C2B30

Tints of Black Pearl #1C2B30

Color information

#1C2B30 (or 0x1C2B30) is unknown color: approx Black Pearl. HEX triplet: 1C, 2B and 30. RGB value is (28,43,48). Sum of RGB (Red+Green+Blue) = 28+43+48=119 (15% of max value = 765). Red value is 28 (11.33% from 255 or 23.53% from 119); Green value is 43 (17.19% from 255 or 36.13% from 119); Blue value is 48 (19.14% from 255 or 40.34% from 119); Max value from RGB is 48 - color contains mainly: blue. Hex color #1C2B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2B30 is #E3D4CF. Grayscale: #272727. Windows color (decimal): -14931152 or 3156764. OLE color: 3156764.

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

Color convert

RGB284348-
CMYK0.420.1000.81
HSL195º26.32%14.9%-
HSV(B)195º41.67%18.82%-
XYZ1.882.193.12-
YUV39.08133.03120.09-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 23.53%
GREEN value IS 43 (17.19% from 255) = 36.13%
BLUE value IS 48 (19.14% from 255) = 40.34%
R=23.53%
G=36.13%
B=40.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2843480.420.1000.8119526.3214.9
Hex1C2B302AA051c31af
Octal345360521201213033217
Binary1110010101111000010101010100101000111000011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,43,48); }

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

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

 a { background-color: rgb(28,43,48); }

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

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

 span { border-color: rgb(28,43,48); }

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