Html Css Color HEX #1B2531 Blue Charcoal

📋 copy color: '#1B2531'

red 27 ◦ green 37 ◦ blue 49

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

Shades of Blue Charcoal #1B2531

Tints of Blue Charcoal #1B2531

RGB

 RED value IS 27 (10.94% from 255) = 23.89%

 GREEN value IS 37 (14.84% from 255) = 32.74%

 BLUE value IS 49 (19.53% from 255) = 43.36%

R = 23.89%
G = 32.74%
B = 43.36%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#1B2531 (or 0x1B2531) is known color: Blue Charcoal. HEX triplet: 1B, 25 and 31. RGB value is (27,37,49). Sum of RGB (Red+Green+Blue) = 27+37+49=113 (14% of max value = 765). Red value is 27 (10.94% from 255 or 23.89% from 113); Green value is 37 (14.84% from 255 or 32.74% from 113); Blue value is 49 (19.53% from 255 or 43.36% from 113); Max value from RGB is 49 - color contains mainly: blue. Hex color #1B2531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2531 is #E4DACE. Grayscale: #232323. Windows color (decimal): -14998223 or 3220763. OLE color: 3220763.

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

Color convert

RGB 27 37 49 -
CMYK 0.45 0.24 0 0.81
HSL 212.73º 0.29% 0.15% -
HSV(B) 212.73º 0.45% 0.19% -
XYZ 1.67 1.78 3.16 -
YUV 35.38 135.69 122.02 -
System Red Green Blue C M Y K H S L
Decimal 27 37 49 0.45 0.24 0 0.81 212.73 0.29 0.15
Hex 1B 25 31 2D 18 0 51 D5 1D F
Octal 33 45 61 55 30 0 121 325 35 17
Binary 11011 100101 110001 101101 11000 0 1010001 11010101 11101 1111

Color Harmonies of #1B2531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B2531

Black with #1B2531

Text Example


Text Example

White with #1B2531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,37,49); }

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

background-color css

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

 a { background-color: rgb(27,37,49); }

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

border-color css

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

 span { border-color: rgb(27,37,49); }

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