Html Css Color HEX #292B31 Black Russian

📋 copy color: '#292B31'

red 41 ◦ green 43 ◦ blue 49

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

Shades of Black Russian #292B31

Tints of Black Russian #292B31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 36.84%

R = 30.83%
G = 32.33%
B = 36.84%

CMYK

 C value IS 0.16

 M value IS 0.12

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#292B31 (or 0x292B31) is known color: Black Russian. HEX triplet: 29, 2B and 31. RGB value is (41,43,49). Sum of RGB (Red+Green+Blue) = 41+43+49=133 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.83% from 133); Green value is 43 (17.19% from 255 or 32.33% from 133); Blue value is 49 (19.53% from 255 or 36.84% from 133); Max value from RGB is 49 - color contains mainly: blue. Hex color #292B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292B31 is #D6D4CE. Grayscale: #2B2B2B. Windows color (decimal): -14079183 or 3222313. OLE color: 3222313.

HSL color Cylindrical-coordinate representation of color #292B31: hue angle of 225º degrees, saturation: 0.09, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #292B31 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 41 43 49 -
CMYK 0.16 0.12 0 0.81
HSL 225º 0.09% 0.18% -
HSV(B) 225º 0.16% 0.19% -
XYZ 2.33 2.42 3.25 -
YUV 43.09 131.34 126.51 -
System Red Green Blue C M Y K H S L
Decimal 41 43 49 0.16 0.12 0 0.81 225 0.09 0.18
Hex 29 2B 31 10 C 0 51 E1 9 12
Octal 51 53 61 20 14 0 121 341 11 22
Binary 101001 101011 110001 10000 1100 0 1010001 11100001 1001 10010

Color Harmonies of #292B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292B31

Black with #292B31

Text Example


Text Example

White with #292B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #292B31;
 }
 .AnyTagClassName
 {
   color: #292B31;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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