Html Css Color HEX #1F272F Blue Charcoal

📋 copy color: '#1F272F'

red 31 ◦ green 39 ◦ blue 47

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

Shades of Blue Charcoal #1F272F

Tints of Blue Charcoal #1F272F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 33.33%

 BLUE value IS 47 (18.75% from 255) = 40.17%

R = 26.5%
G = 33.33%
B = 40.17%

CMYK

 C value IS 0.34

 M value IS 0.17

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#1F272F (or 0x1F272F) is known color: Blue Charcoal. HEX triplet: 1F, 27 and 2F. RGB value is (31,39,47). Sum of RGB (Red+Green+Blue) = 31+39+47=117 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.50% from 117); Green value is 39 (15.62% from 255 or 33.33% from 117); Blue value is 47 (18.75% from 255 or 40.17% from 117); Max value from RGB is 47 - color contains mainly: blue. Hex color #1F272F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F272F is #E0D8D0. Grayscale: #252525. Windows color (decimal): -14735569 or 3090207. OLE color: 3090207.

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

Color convert

RGB 31 39 47 -
CMYK 0.34 0.17 0 0.82
HSL 210º 0.21% 0.15% -
HSV(B) 210º 0.34% 0.18% -
XYZ 1.8 1.95 2.97 -
YUV 37.52 133.35 123.35 -
System Red Green Blue C M Y K H S L
Decimal 31 39 47 0.34 0.17 0 0.82 210 0.21 0.15
Hex 1F 27 2F 22 11 0 52 D2 15 F
Octal 37 47 57 42 21 0 122 322 25 17
Binary 11111 100111 101111 100010 10001 0 1010010 11010010 10101 1111

Color Harmonies of #1F272F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F272F

Black with #1F272F

Text Example


Text Example

White with #1F272F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,39,47); }

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

background-color css

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

 a { background-color: rgb(31,39,47); }

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

border-color css

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

 span { border-color: rgb(31,39,47); }

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