#1F262D

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

Shades of Blue Charcoal #1F262D

Tints of Blue Charcoal #1F262D

Color information

#1F262D (or 0x1F262D) is unknown color: approx Blue Charcoal. HEX triplet: 1F, 26 and 2D. RGB value is (31,38,45). Sum of RGB (Red+Green+Blue) = 31+38+45=114 (15% of max value = 765). Red value is 31 (12.5% from 255 or 27.19% from 114); Green value is 38 (15.23% from 255 or 33.33% from 114); Blue value is 45 (17.97% from 255 or 39.47% from 114); Max value from RGB is 45 - color contains mainly: blue. Hex color #1F262D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F262D is #E0D9D2. Grayscale: #242424. Windows color (decimal): -14735827 or 2958879. OLE color: 2958879.

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

Color convert

RGB313845-
CMYK0.310.1600.82
HSL210º18.42%14.9%-
HSV(B)210º31.11%17.65%-
XYZ1.731.872.75-
YUV36.7132.68123.93-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 27.19%
GREEN value IS 38 (15.23% from 255) = 33.33%
BLUE value IS 45 (17.97% from 255) = 39.47%
R=27.19%
G=33.33%
B=39.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3138450.310.1600.8221018.4214.9
Hex1F262D1F10052d212f
Octal374655372001223222217
Binary1111110011010110111111100000101001011010010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F262D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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