#1F2730

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

Shades of Blue Charcoal #1F2730

Tints of Blue Charcoal #1F2730

Color information

#1F2730 (or 0x1F2730) is unknown color: approx Blue Charcoal. HEX triplet: 1F, 27 and 30. RGB value is (31,39,48). Sum of RGB (Red+Green+Blue) = 31+39+48=118 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.27% from 118); Green value is 39 (15.62% from 255 or 33.05% from 118); Blue value is 48 (19.14% from 255 or 40.68% from 118); Max value from RGB is 48 - color contains mainly: blue. Hex color #1F2730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2730 is #E0D8CF. Grayscale: #252525. Windows color (decimal): -14735568 or 3155743. OLE color: 3155743.

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

Color convert

RGB313948-
CMYK0.350.1900.81
HSL211.76º21.52%15.49%-
HSV(B)211.76º35.42%18.82%-
XYZ1.821.963.08-
YUV37.63133.85123.27-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 26.27%
GREEN value IS 39 (15.62% from 255) = 33.05%
BLUE value IS 48 (19.14% from 255) = 40.68%
R=26.27%
G=33.05%
B=40.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3139480.350.1900.81211.7621.5215.49
Hex1F27302313051d416f
Octal374760432301213242617
Binary11111100111110000100011100110101000111010100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,39,48); }

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

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

 a { background-color: rgb(31,39,48); }

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

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

 span { border-color: rgb(31,39,48); }

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