Html Css Color HEX #1F2730 Blue Charcoal

📋 copy color: '#1F2730'

red 31 ◦ green 39 ◦ blue 48

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

Shades of Blue Charcoal #1F2730

Tints of Blue Charcoal #1F2730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 40.68%

R = 26.27%
G = 33.05%
B = 40.68%

CMYK

 C value IS 0.35

 M value IS 0.19

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#1F2730 (or 0x1F2730) is known color: Blue Charcoal. HEX triplet: 1F, 27 and 30. RGB value is (31,39,48). Sum of RGB (Red+Green+Blue) = 31+39+48=118 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.27% from 118); Green value is 39 (15.62% from 255 or 33.05% from 118); Blue value is 48 (19.14% from 255 or 40.68% from 118); Max value from RGB is 48 - color contains mainly: blue. Hex color #1F2730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2730 is #E0D8CF. Grayscale: #252525. Windows color (decimal): -14735568 or 3155743. OLE color: 3155743.

HSL color Cylindrical-coordinate representation of color #1F2730: hue angle of 211.76º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #1F2730 is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 31 39 48 -
CMYK 0.35 0.19 0 0.81
HSL 211.76º 0.22% 0.15% -
HSV(B) 211.76º 0.35% 0.19% -
XYZ 1.82 1.96 3.08 -
YUV 37.63 133.85 123.27 -
System Red Green Blue C M Y K H S L
Decimal 31 39 48 0.35 0.19 0 0.81 211.76 0.22 0.15
Hex 1F 27 30 23 13 0 51 D4 16 F
Octal 37 47 60 43 23 0 121 324 26 17
Binary 11111 100111 110000 100011 10011 0 1010001 11010100 10110 1111

Color Harmonies of #1F2730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2730

Black with #1F2730

Text Example


Text Example

White with #1F2730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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