#1F262E

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

Shades of Blue Charcoal #1F262E

Tints of Blue Charcoal #1F262E

Color information

#1F262E (or 0x1F262E) is unknown color: approx Blue Charcoal. HEX triplet: 1F, 26 and 2E. RGB value is (31,38,46). Sum of RGB (Red+Green+Blue) = 31+38+46=115 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.96% from 115); Green value is 38 (15.23% from 255 or 33.04% from 115); Blue value is 46 (18.36% from 255 or 40% from 115); Max value from RGB is 46 - color contains mainly: blue. Hex color #1F262E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F262E is #E0D9D1. Grayscale: #242424. Windows color (decimal): -14735826 or 3024415. OLE color: 3024415.

HSL color Cylindrical-coordinate representation of color #1F262E: hue angle of 212º degrees, saturation: 0.19, 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 #1F262E is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB313846-
CMYK0.330.1700.82
HSL212º19.48%15.1%-
HSV(B)212º32.61%18.04%-
XYZ1.751.872.85-
YUV36.82133.18123.85-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 26.96%
GREEN value IS 38 (15.23% from 255) = 33.04%
BLUE value IS 46 (18.36% from 255) = 40%
R=26.96%
G=33.04%
B=40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3138460.330.1700.8221219.4815.1
Hex1F262E2111052d413f
Octal374656412101223242317
Binary11111100110101110100001100010101001011010100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F262E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,38,46); }

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

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

 a { background-color: rgb(31,38,46); }

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

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

 span { border-color: rgb(31,38,46); }

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