#1C272E

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

Shades of Black Pearl #1C272E

Tints of Black Pearl #1C272E

Color information

#1C272E (or 0x1C272E) is unknown color: approx Black Pearl. HEX triplet: 1C, 27 and 2E. RGB value is (28,39,46). Sum of RGB (Red+Green+Blue) = 28+39+46=113 (14% of max value = 765). Red value is 28 (11.33% from 255 or 24.78% from 113); Green value is 39 (15.62% from 255 or 34.51% from 113); Blue value is 46 (18.36% from 255 or 40.71% from 113); Max value from RGB is 46 - color contains mainly: blue. Hex color #1C272E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C272E is #E3D8D1. Grayscale: #242424. Windows color (decimal): -14932178 or 3024668. OLE color: 3024668.

HSL color Cylindrical-coordinate representation of color #1C272E: hue angle of 203.33º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1C272E is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB283946-
CMYK0.390.1500.82
HSL203.33º24.32%14.51%-
HSV(B)203.33º39.13%18.04%-
XYZ1.71.92.86-
YUV36.51133.36121.93-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 24.78%
GREEN value IS 39 (15.62% from 255) = 34.51%
BLUE value IS 46 (18.36% from 255) = 40.71%
R=24.78%
G=34.51%
B=40.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2839460.390.1500.82203.3324.3214.51
Hex1C272E27F052cb18f
Octal344756471701223133017
Binary1110010011110111010011111110101001011001011110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C272E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,39,46); }

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

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

 a { background-color: rgb(28,39,46); }

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

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

 span { border-color: rgb(28,39,46); }

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