#292B32

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

Shades of Black Russian #292B32

Tints of Black Russian #292B32

Color information

#292B32 (or 0x292B32) is unknown color: approx Black Russian. HEX triplet: 29, 2B and 32. RGB value is (41,43,50). Sum of RGB (Red+Green+Blue) = 41+43+50=134 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.60% from 134); Green value is 43 (17.19% from 255 or 32.09% from 134); Blue value is 50 (19.92% from 255 or 37.31% from 134); Max value from RGB is 50 - color contains mainly: blue. Hex color #292B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292B32 is #D6D4CD. Grayscale: #2B2B2B. Windows color (decimal): -14079182 or 3287849. OLE color: 3287849.

HSL color Cylindrical-coordinate representation of color #292B32: hue angle of 226.67º degrees, saturation: 0.1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #292B32 is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB414350-
CMYK0.180.1400.80
HSL226.67º9.89%17.84%-
HSV(B)226.67º18%19.61%-
XYZ2.352.433.36-
YUV43.2131.84126.43-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 30.60%
GREEN value IS 43 (17.19% from 255) = 32.09%
BLUE value IS 50 (19.92% from 255) = 37.31%
R=30.60%
G=32.09%
B=37.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4143500.180.1400.80226.679.8917.84
Hex292B3212E050e3a12
Octal515362221601203431222
Binary1010011010111100101001011100101000011100011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,43,50); }

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

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

 a { background-color: rgb(41,43,50); }

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

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

 span { border-color: rgb(41,43,50); }

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