Html Css Color HEX #272D31 Blue Charcoal

📋 copy color: '#272D31'

red 39 ◦ green 45 ◦ blue 49

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

Shades of Blue Charcoal #272D31

Tints of Blue Charcoal #272D31

RGB

 RED value IS 39 (15.63% from 255) = 29.32%

 GREEN value IS 45 (17.97% from 255) = 33.83%

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

R = 29.32%
G = 33.83%
B = 36.84%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#272D31 (or 0x272D31) is known color: Blue Charcoal. HEX triplet: 27, 2D and 31. RGB value is (39,45,49). Sum of RGB (Red+Green+Blue) = 39+45+49=133 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.32% from 133); Green value is 45 (17.97% from 255 or 33.83% from 133); Blue value is 49 (19.53% from 255 or 36.84% from 133); Max value from RGB is 49 - color contains mainly: blue. Hex color #272D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272D31 is #D8D2CE. Grayscale: #2B2B2B. Windows color (decimal): -14209743 or 3222823. OLE color: 3222823.

HSL color Cylindrical-coordinate representation of color #272D31: hue angle of 204º degrees, saturation: 0.11, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #272D31 is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 39 45 49 -
CMYK 0.20 0.08 0 0.81
HSL 204º 0.11% 0.17% -
HSV(B) 204º 0.2% 0.19% -
XYZ 2.33 2.53 3.27 -
YUV 43.66 131.01 124.67 -
System Red Green Blue C M Y K H S L
Decimal 39 45 49 0.20 0.08 0 0.81 204 0.11 0.17
Hex 27 2D 31 14 8 0 51 CC B 11
Octal 47 55 61 24 10 0 121 314 13 21
Binary 100111 101101 110001 10100 1000 0 1010001 11001100 1011 10001

Color Harmonies of #272D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272D31

Black with #272D31

Text Example


Text Example

White with #272D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272D31; }

 p { color: rgb(39,45,49); }

 H1.HeaderClassName
 {
   color: #272D31;
 }
 .AnyTagClassName
 {
   color: #272D31;
 }
</style>

background-color css

<style>
 a { background-color: #272D31; }

 a { background-color: rgb(39,45,49); }

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

border-color css

<style>
 span { border-color: #272D31; }

 span { border-color: rgb(39,45,49); }

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