Html Css Color HEX #1E292E Black Pearl

📋 copy color: '#1E292E'

red 30 ◦ green 41 ◦ blue 46

#1E292E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #1E292E

Tints of Black Pearl #1E292E

RGB

 RED value IS 30 (12.11% from 255) = 25.64%

 GREEN value IS 41 (16.41% from 255) = 35.04%

 BLUE value IS 46 (18.36% from 255) = 39.32%

R = 25.64%
G = 35.04%
B = 39.32%

CMYK

 C value IS 0.35

 M value IS 0.11

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#1E292E (or 0x1E292E) is known color: Black Pearl. HEX triplet: 1E, 29 and 2E. RGB value is (30,41,46). Sum of RGB (Red+Green+Blue) = 30+41+46=117 (15% of max value = 765). Red value is 30 (12.11% from 255 or 25.64% from 117); Green value is 41 (16.41% from 255 or 35.04% from 117); Blue value is 46 (18.36% from 255 or 39.32% from 117); Max value from RGB is 46 - color contains mainly: blue. Hex color #1E292E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E292E is #E1D6D1. Grayscale: #262626. Windows color (decimal): -14800594 or 3025182. OLE color: 3025182.

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

Color convert

RGB 30 41 46 -
CMYK 0.35 0.11 0 0.82
HSL 198.75º 0.21% 0.15% -
HSV(B) 198.75º 0.35% 0.18% -
XYZ 1.82 2.06 2.89 -
YUV 38.28 132.36 122.09 -
System Red Green Blue C M Y K H S L
Decimal 30 41 46 0.35 0.11 0 0.82 198.75 0.21 0.15
Hex 1E 29 2E 23 B 0 52 C7 15 F
Octal 36 51 56 43 13 0 122 307 25 17
Binary 11110 101001 101110 100011 1011 0 1010010 11000111 10101 1111

Color Harmonies of #1E292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E292E

Black with #1E292E

Text Example


Text Example

White with #1E292E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,41,46); }

 H1.HeaderClassName
 {
   color: #1E292E;
 }
 .AnyTagClassName
 {
   color: #1E292E;
 }
</style>

background-color css

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

 a { background-color: rgb(30,41,46); }

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

border-color css

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

 span { border-color: rgb(30,41,46); }

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