Html Css Color HEX #27282E Black Russian

📋 copy color: '#27282E'

red 39 ◦ green 40 ◦ blue 46

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

Shades of Black Russian #27282E

Tints of Black Russian #27282E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 36.8%

R = 31.2%
G = 32%
B = 36.8%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#27282E (or 0x27282E) is known color: Black Russian. HEX triplet: 27, 28 and 2E. RGB value is (39,40,46). Sum of RGB (Red+Green+Blue) = 39+40+46=125 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.2% from 125); Green value is 40 (16.02% from 255 or 32% from 125); Blue value is 46 (18.36% from 255 or 36.8% from 125); Max value from RGB is 46 - color contains mainly: blue. Hex color #27282E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27282E is #D8D7D1. Grayscale: #282828. Windows color (decimal): -14211026 or 3024935. OLE color: 3024935.

HSL color Cylindrical-coordinate representation of color #27282E: hue angle of 231.43º degrees, saturation: 0.08, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #27282E is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 39 40 46 -
CMYK 0.15 0.13 0 0.82
HSL 231.43º 0.08% 0.17% -
HSV(B) 231.43º 0.15% 0.18% -
XYZ 2.09 2.15 2.89 -
YUV 40.39 131.17 127.01 -
System Red Green Blue C M Y K H S L
Decimal 39 40 46 0.15 0.13 0 0.82 231.43 0.08 0.17
Hex 27 28 2E F D 0 52 E7 8 11
Octal 47 50 56 17 15 0 122 347 10 21
Binary 100111 101000 101110 1111 1101 0 1010010 11100111 1000 10001

Color Harmonies of #27282E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27282E

Black with #27282E

Text Example


Text Example

White with #27282E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27282E; }

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

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

background-color css

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

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

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

border-color css

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

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

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