Html Css Color HEX #27292E Black Russian

📋 copy color: '#27292E'

red 39 ◦ green 41 ◦ blue 46

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

Shades of Black Russian #27292E

Tints of Black Russian #27292E

RGB

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

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

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

R = 30.95%
G = 32.54%
B = 36.51%

CMYK

 C value IS 0.15

 M value IS 0.11

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#27292E (or 0x27292E) is known color: Black Russian. HEX triplet: 27, 29 and 2E. RGB value is (39,41,46). Sum of RGB (Red+Green+Blue) = 39+41+46=126 (16% of max value = 765). Red value is 39 (15.62% from 255 or 30.95% from 126); Green value is 41 (16.41% from 255 or 32.54% from 126); Blue value is 46 (18.36% from 255 or 36.51% from 126); Max value from RGB is 46 - color contains mainly: blue. Hex color #27292E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27292E is #D8D6D1. Grayscale: #282828. Windows color (decimal): -14210770 or 3025191. OLE color: 3025191.

HSL color Cylindrical-coordinate representation of color #27292E: hue angle of 222.86º 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 #27292E is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 39 41 46 -
CMYK 0.15 0.11 0 0.82
HSL 222.86º 0.08% 0.17% -
HSV(B) 222.86º 0.15% 0.18% -
XYZ 2.12 2.21 2.9 -
YUV 40.97 130.84 126.59 -
System Red Green Blue C M Y K H S L
Decimal 39 41 46 0.15 0.11 0 0.82 222.86 0.08 0.17
Hex 27 29 2E F B 0 52 DF 8 11
Octal 47 51 56 17 13 0 122 337 10 21
Binary 100111 101001 101110 1111 1011 0 1010010 11011111 1000 10001

Color Harmonies of #27292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27292E

Black with #27292E

Text Example


Text Example

White with #27292E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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