Html Css Color HEX #27292F Black Russian

📋 copy color: '#27292F'

red 39 ◦ green 41 ◦ blue 47

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

Shades of Black Russian #27292F

Tints of Black Russian #27292F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 37.01%

R = 30.71%
G = 32.28%
B = 37.01%

CMYK

 C value IS 0.17

 M value IS 0.13

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#27292F (or 0x27292F) is known color: Black Russian. HEX triplet: 27, 29 and 2F. RGB value is (39,41,47). Sum of RGB (Red+Green+Blue) = 39+41+47=127 (16% of max value = 765). Red value is 39 (15.62% from 255 or 30.71% from 127); Green value is 41 (16.41% from 255 or 32.28% from 127); Blue value is 47 (18.75% from 255 or 37.01% from 127); Max value from RGB is 47 - color contains mainly: blue. Hex color #27292F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27292F is #D8D6D0. Grayscale: #292929. Windows color (decimal): -14210769 or 3090727. OLE color: 3090727.

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

Color convert

RGB 39 41 47 -
CMYK 0.17 0.13 0 0.82
HSL 225º 0.09% 0.17% -
HSV(B) 225º 0.17% 0.18% -
XYZ 2.14 2.22 3.01 -
YUV 41.09 131.34 126.51 -
System Red Green Blue C M Y K H S L
Decimal 39 41 47 0.17 0.13 0 0.82 225 0.09 0.17
Hex 27 29 2F 11 D 0 52 E1 9 11
Octal 47 51 57 21 15 0 122 341 11 21
Binary 100111 101001 101111 10001 1101 0 1010010 11100001 1001 10001

Color Harmonies of #27292F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27292F

Black with #27292F

Text Example


Text Example

White with #27292F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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