#1F2328

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

Shades of Blue Charcoal #1F2328

Tints of Blue Charcoal #1F2328

Color information

#1F2328 (or 0x1F2328) is unknown color: approx Blue Charcoal. HEX triplet: 1F, 23 and 28. RGB value is (31,35,40). Sum of RGB (Red+Green+Blue) = 31+35+40=106 (14% of max value = 765). Red value is 31 (12.5% from 255 or 29.25% from 106); Green value is 35 (14.06% from 255 or 33.02% from 106); Blue value is 40 (16.02% from 255 or 37.74% from 106); Max value from RGB is 40 - color contains mainly: blue. Hex color #1F2328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2328 is #E0DCD7. Grayscale: #222222. Windows color (decimal): -14736600 or 2630431. OLE color: 2630431.

HSL color Cylindrical-coordinate representation of color #1F2328: hue angle of 213.33º degrees, saturation: 0.13, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #1F2328 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB313540-
CMYK0.220.1200.84
HSL213.33º12.68%13.92%-
HSV(B)213.33º22.5%15.69%-
XYZ1.551.652.24-
YUV34.37131.17125.59-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 29.25%
GREEN value IS 35 (14.06% from 255) = 33.02%
BLUE value IS 40 (16.02% from 255) = 37.74%
R=29.25%
G=33.02%
B=37.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3135400.220.1200.84213.3312.6813.92
Hex1F232816C054d5de
Octal374350261401243251516
Binary11111100011101000101101100010101001101010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,35,40); }

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

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

 a { background-color: rgb(31,35,40); }

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

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

 span { border-color: rgb(31,35,40); }

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