#292A2F

Color #292A2F Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #292A2F

Tints of Black Russian #292A2F

Color information

#292A2F (or 0x292A2F) is unknown color: approx Black Russian. HEX triplet: 29, 2A and 2F. RGB value is (41,42,47). Sum of RGB (Red+Green+Blue) = 41+42+47=130 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.54% from 130); Green value is 42 (16.80% from 255 or 32.31% from 130); Blue value is 47 (18.75% from 255 or 36.15% from 130); Max value from RGB is 47 - color contains mainly: blue. Hex color #292A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292A2F is #D6D5D0. Grayscale: #2A2A2A. Windows color (decimal): -14079441 or 3090985. OLE color: 3090985.

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

Color convert

RGB414247-
CMYK0.130.1100.82
HSL230º6.82%17.25%-
HSV(B)230º12.77%18.43%-
XYZ2.262.333.02-
YUV42.27130.67127.09-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 31.54%
GREEN value IS 42 (16.80% from 255) = 32.31%
BLUE value IS 47 (18.75% from 255) = 36.15%
R=31.54%
G=32.31%
B=36.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4142470.130.1100.822306.8217.25
Hex292A2FDB052e6711
Octal51525715130122346721
Binary10100110101010111111011011010100101110011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292A2F; }

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

 H1.HeaderClassName
 {
   color: #292A2F;
 }
 .AnyTagClassName
 {
   color: #292A2F;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #292A2F;
 }
 .BgClassName
 {
   background-color: #292A2F;
 }
</style>
border-color css

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

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

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