Html Css Color HEX #1F2832 Blue Charcoal

📋 copy color: '#1F2832'

red 31 ◦ green 40 ◦ blue 50

#1F2832
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Charcoal #1F2832

Tints of Blue Charcoal #1F2832

RGB

 RED value IS 31 (12.5% from 255) = 25.62%

 GREEN value IS 40 (16.02% from 255) = 33.06%

 BLUE value IS 50 (19.92% from 255) = 41.32%

R = 25.62%
G = 33.06%
B = 41.32%

CMYK

 C value IS 0.38

 M value IS 0.20

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#1F2832 (or 0x1F2832) is known color: Blue Charcoal. HEX triplet: 1F, 28 and 32. RGB value is (31,40,50). Sum of RGB (Red+Green+Blue) = 31+40+50=121 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25.62% from 121); Green value is 40 (16.02% from 255 or 33.06% from 121); Blue value is 50 (19.92% from 255 or 41.32% from 121); Max value from RGB is 50 - color contains mainly: blue. Hex color #1F2832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2832 is #E0D7CD. Grayscale: #262626. Windows color (decimal): -14735310 or 3287071. OLE color: 3287071.

HSL color Cylindrical-coordinate representation of color #1F2832: hue angle of 211.58º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1F2832 is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 31 40 50 -
CMYK 0.38 0.20 0 0.80
HSL 211.58º 0.23% 0.16% -
HSV(B) 211.58º 0.38% 0.2% -
XYZ 1.9 2.04 3.31 -
YUV 38.45 134.52 122.69 -
System Red Green Blue C M Y K H S L
Decimal 31 40 50 0.38 0.20 0 0.80 211.58 0.23 0.16
Hex 1F 28 32 26 14 0 50 D4 17 10
Octal 37 50 62 46 24 0 120 324 27 20
Binary 11111 101000 110010 100110 10100 0 1010000 11010100 10111 10000

Color Harmonies of #1F2832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2832

Black with #1F2832

Text Example


Text Example

White with #1F2832

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1F2832;
 }
 .AnyTagClassName
 {
   color: #1F2832;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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