#1E272D

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

Shades of Black Pearl #1E272D

Tints of Black Pearl #1E272D

Color information

#1E272D (or 0x1E272D) is unknown color: approx Black Pearl. HEX triplet: 1E, 27 and 2D. RGB value is (30,39,45). Sum of RGB (Red+Green+Blue) = 30+39+45=114 (15% of max value = 765). Red value is 30 (12.11% from 255 or 26.32% from 114); Green value is 39 (15.62% from 255 or 34.21% from 114); Blue value is 45 (17.97% from 255 or 39.47% from 114); Max value from RGB is 45 - color contains mainly: blue. Hex color #1E272D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E272D is #E1D8D2. Grayscale: #242424. Windows color (decimal): -14801107 or 2959134. OLE color: 2959134.

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

Color convert

RGB303945-
CMYK0.330.1300.82
HSL204º20%14.71%-
HSV(B)204º33.33%17.65%-
XYZ1.731.922.76-
YUV36.99132.52123.01-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 26.32%
GREEN value IS 39 (15.62% from 255) = 34.21%
BLUE value IS 45 (17.97% from 255) = 39.47%
R=26.32%
G=34.21%
B=39.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3039450.330.1300.822042014.71
Hex1E272D21D052cc14f
Octal364755411501223142417
Binary1111010011110110110000111010101001011001100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E272D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,39,45); }

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

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

 a { background-color: rgb(30,39,45); }

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

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

 span { border-color: rgb(30,39,45); }

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