#1F252B

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

Shades of Blue Charcoal #1F252B

Tints of Blue Charcoal #1F252B

Color information

#1F252B (or 0x1F252B) is unknown color: approx Blue Charcoal. HEX triplet: 1F, 25 and 2B. RGB value is (31,37,43). Sum of RGB (Red+Green+Blue) = 31+37+43=111 (14% of max value = 765). Red value is 31 (12.5% from 255 or 27.93% from 111); Green value is 37 (14.84% from 255 or 33.33% from 111); Blue value is 43 (17.19% from 255 or 38.74% from 111); Max value from RGB is 43 - color contains mainly: blue. Hex color #1F252B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F252B is #E0DAD4. Grayscale: #232323. Windows color (decimal): -14736085 or 2827551. OLE color: 2827551.

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

Color convert

RGB313743-
CMYK0.280.1400.83
HSL210º16.22%14.51%-
HSV(B)210º27.91%16.86%-
XYZ1.661.792.54-
YUV35.89132.01124.51-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 27.93%
GREEN value IS 37 (14.84% from 255) = 33.33%
BLUE value IS 43 (17.19% from 255) = 38.74%
R=27.93%
G=33.33%
B=38.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3137430.280.1400.8321016.2214.51
Hex1F252B1CE053d210f
Octal374553341601233222017
Binary111111001011010111110011100101001111010010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F252B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,37,43); }

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

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

 a { background-color: rgb(31,37,43); }

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

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

 span { border-color: rgb(31,37,43); }

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