Html Css Color HEX #272831 Black Russian

📋 copy color: '#272831'

red 39 ◦ green 40 ◦ blue 49

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

Shades of Black Russian #272831

Tints of Black Russian #272831

RGB

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

 GREEN value IS 40 (16.02% from 255) = 31.25%

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

R = 30.47%
G = 31.25%
B = 38.28%

CMYK

 C value IS 0.20

 M value IS 0.18

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#272831 (or 0x272831) is known color: Black Russian. HEX triplet: 27, 28 and 31. RGB value is (39,40,49). Sum of RGB (Red+Green+Blue) = 39+40+49=128 (16% of max value = 765). Red value is 39 (15.62% from 255 or 30.47% from 128); Green value is 40 (16.02% from 255 or 31.25% from 128); Blue value is 49 (19.53% from 255 or 38.28% from 128); Max value from RGB is 49 - color contains mainly: blue. Hex color #272831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272831 is #D8D7CE. Grayscale: #282828. Windows color (decimal): -14211023 or 3221543. OLE color: 3221543.

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

Color convert

RGB 39 40 49 -
CMYK 0.20 0.18 0 0.81
HSL 234º 0.11% 0.17% -
HSV(B) 234º 0.2% 0.19% -
XYZ 2.15 2.17 3.21 -
YUV 40.73 132.67 126.77 -
System Red Green Blue C M Y K H S L
Decimal 39 40 49 0.20 0.18 0 0.81 234 0.11 0.17
Hex 27 28 31 14 12 0 51 EA B 11
Octal 47 50 61 24 22 0 121 352 13 21
Binary 100111 101000 110001 10100 10010 0 1010001 11101010 1011 10001

Color Harmonies of #272831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272831

Black with #272831

Text Example


Text Example

White with #272831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272831; }

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

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

background-color css

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

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

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

border-color css

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

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

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