#1E2B31

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

Shades of Black Pearl #1E2B31

Tints of Black Pearl #1E2B31

Color information

#1E2B31 (or 0x1E2B31) is unknown color: approx Black Pearl. HEX triplet: 1E, 2B and 31. RGB value is (30,43,49). Sum of RGB (Red+Green+Blue) = 30+43+49=122 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.59% from 122); Green value is 43 (17.19% from 255 or 35.25% from 122); Blue value is 49 (19.53% from 255 or 40.16% from 122); Max value from RGB is 49 - color contains mainly: blue. Hex color #1E2B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2B31 is #E1D4CE. Grayscale: #272727. Windows color (decimal): -14800079 or 3222302. OLE color: 3222302.

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

Color convert

RGB304349-
CMYK0.390.1200.81
HSL198.95º24.05%15.49%-
HSV(B)198.95º38.78%19.22%-
XYZ1.952.233.23-
YUV39.8133.19121.01-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 24.59%
GREEN value IS 43 (17.19% from 255) = 35.25%
BLUE value IS 49 (19.53% from 255) = 40.16%
R=24.59%
G=35.25%
B=40.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3043490.390.1200.81198.9524.0515.49
Hex1E2B3127C051c718f
Octal365361471401213073017
Binary1111010101111000110011111000101000111000111110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,43,49); }

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

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

 a { background-color: rgb(30,43,49); }

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

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

 span { border-color: rgb(30,43,49); }

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