#1F2934

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

Shades of Blue Charcoal #1F2934

Tints of Blue Charcoal #1F2934

Color information

#1F2934 (or 0x1F2934) is unknown color: approx Blue Charcoal. HEX triplet: 1F, 29 and 34. RGB value is (31,41,52). Sum of RGB (Red+Green+Blue) = 31+41+52=124 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25% from 124); Green value is 41 (16.41% from 255 or 33.06% from 124); Blue value is 52 (20.70% from 255 or 41.94% from 124); Max value from RGB is 52 - color contains mainly: blue. Hex color #1F2934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2934 is #E0D6CB. Grayscale: #272727. Windows color (decimal): -14735052 or 3418399. OLE color: 3418399.

HSL color Cylindrical-coordinate representation of color #1F2934: hue angle of 211.43º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1F2934 is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB314152-
CMYK0.400.2100.80
HSL211.43º25.3%16.27%-
HSV(B)211.43º40.38%20.39%-
XYZ1.982.133.55-
YUV39.26135.19122.11-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 25%
GREEN value IS 41 (16.41% from 255) = 33.06%
BLUE value IS 52 (20.70% from 255) = 41.94%
R=25%
G=33.06%
B=41.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3141520.400.2100.80211.4325.316.27
Hex1F29342815050d31910
Octal375164502501203233120
Binary111111010011101001010001010101010000110100111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,41,52); }

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

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

 a { background-color: rgb(31,41,52); }

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

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

 span { border-color: rgb(31,41,52); }

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