Html Css Color HEX #292B32 Black Russian

📋 copy color: '#292B32'

red 41 ◦ green 43 ◦ blue 50

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

Shades of Black Russian #292B32

Tints of Black Russian #292B32

RGB

 RED value IS 41 (16.41% from 255) = 30.6%

 GREEN value IS 43 (17.19% from 255) = 32.09%

 BLUE value IS 50 (19.92% from 255) = 37.31%

R = 30.6%
G = 32.09%
B = 37.31%

CMYK

 C value IS 0.18

 M value IS 0.14

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#292B32 (or 0x292B32) is known color: 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

RGB 41 43 50 -
CMYK 0.18 0.14 0 0.80
HSL 226.67º 0.1% 0.18% -
HSV(B) 226.67º 0.18% 0.2% -
XYZ 2.35 2.43 3.36 -
YUV 43.2 131.84 126.43 -
System Red Green Blue C M Y K H S L
Decimal 41 43 50 0.18 0.14 0 0.80 226.67 0.1 0.18
Hex 29 2B 32 12 E 0 50 E3 A 12
Octal 51 53 62 22 16 0 120 343 12 22
Binary 101001 101011 110010 10010 1110 0 1010000 11100011 1010 10010

Color Harmonies of #292B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292B32

Black with #292B32

Text Example


Text Example

White with #292B32

Text Example


Text Example

HTML Codes & Css Web 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>