Html Css Color HEX #272931 Black Russian

📋 copy color: '#272931'

red 39 ◦ green 41 ◦ blue 49

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

Shades of Black Russian #272931

Tints of Black Russian #272931

RGB

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

 GREEN value IS 41 (16.41% from 255) = 31.78%

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

R = 30.23%
G = 31.78%
B = 37.98%

CMYK

 C value IS 0.20

 M value IS 0.16

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#272931 (or 0x272931) is known color: Black Russian. HEX triplet: 27, 29 and 31. RGB value is (39,41,49). Sum of RGB (Red+Green+Blue) = 39+41+49=129 (17% of max value = 765). Red value is 39 (15.62% from 255 or 30.23% from 129); Green value is 41 (16.41% from 255 or 31.78% from 129); Blue value is 49 (19.53% from 255 or 37.98% from 129); Max value from RGB is 49 - color contains mainly: blue. Hex color #272931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272931 is #D8D6CE. Grayscale: #292929. Windows color (decimal): -14210767 or 3221799. OLE color: 3221799.

HSL color Cylindrical-coordinate representation of color #272931: hue angle of 228º 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 #272931 is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 39 41 49 -
CMYK 0.20 0.16 0 0.81
HSL 228º 0.11% 0.17% -
HSV(B) 228º 0.2% 0.19% -
XYZ 2.18 2.24 3.22 -
YUV 41.31 132.34 126.35 -
System Red Green Blue C M Y K H S L
Decimal 39 41 49 0.20 0.16 0 0.81 228 0.11 0.17
Hex 27 29 31 14 10 0 51 E4 B 11
Octal 47 51 61 24 20 0 121 344 13 21
Binary 100111 101001 110001 10100 10000 0 1010001 11100100 1011 10001

Color Harmonies of #272931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272931

Black with #272931

Text Example


Text Example

White with #272931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272931; }

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

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

background-color css

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

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

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

border-color css

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

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

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