#1E262F

Color #1E262F Blue Charcoal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Charcoal #1E262F

Tints of Blue Charcoal #1E262F

Color information

#1E262F (or 0x1E262F) is unknown color: approx Blue Charcoal. HEX triplet: 1E, 26 and 2F. RGB value is (30,38,47). Sum of RGB (Red+Green+Blue) = 30+38+47=115 (15% of max value = 765). Red value is 30 (12.11% from 255 or 26.09% from 115); Green value is 38 (15.23% from 255 or 33.04% from 115); Blue value is 47 (18.75% from 255 or 40.87% from 115); Max value from RGB is 47 - color contains mainly: blue. Hex color #1E262F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E262F is #E1D9D0. Grayscale: #242424. Windows color (decimal): -14801361 or 3089950. OLE color: 3089950.

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

Color convert

RGB303847-
CMYK0.360.1900.82
HSL211.76º22.08%15.1%-
HSV(B)211.76º36.17%18.43%-
XYZ1.741.872.96-
YUV36.63133.85123.27-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 26.09%
GREEN value IS 38 (15.23% from 255) = 33.04%
BLUE value IS 47 (18.75% from 255) = 40.87%
R=26.09%
G=33.04%
B=40.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3038470.360.1900.82211.7622.0815.1
Hex1E262F2413052d416f
Octal364657442301223242617
Binary11110100110101111100100100110101001011010100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E262F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,38,47); }

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

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

 a { background-color: rgb(30,38,47); }

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

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

 span { border-color: rgb(30,38,47); }

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