Html Css Color HEX #292A31 Black Russian

📋 copy color: '#292A31'

red 41 ◦ green 42 ◦ blue 49

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

Shades of Black Russian #292A31

Tints of Black Russian #292A31

RGB

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

 GREEN value IS 42 (16.8% from 255) = 31.82%

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

R = 31.06%
G = 31.82%
B = 37.12%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#292A31 (or 0x292A31) is known color: Black Russian. HEX triplet: 29, 2A and 31. RGB value is (41,42,49). Sum of RGB (Red+Green+Blue) = 41+42+49=132 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.06% from 132); Green value is 42 (16.80% from 255 or 31.82% from 132); Blue value is 49 (19.53% from 255 or 37.12% from 132); Max value from RGB is 49 - color contains mainly: blue. Hex color #292A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292A31 is #D6D5CE. Grayscale: #2A2A2A. Windows color (decimal): -14079439 or 3222057. OLE color: 3222057.

HSL color Cylindrical-coordinate representation of color #292A31: hue angle of 232.5º 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 #292A31 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 41 42 49 -
CMYK 0.16 0.14 0 0.81
HSL 232.5º 0.09% 0.18% -
HSV(B) 232.5º 0.16% 0.19% -
XYZ 2.3 2.35 3.24 -
YUV 42.5 131.67 126.93 -
System Red Green Blue C M Y K H S L
Decimal 41 42 49 0.16 0.14 0 0.81 232.5 0.09 0.18
Hex 29 2A 31 10 E 0 51 E8 9 12
Octal 51 52 61 20 16 0 121 350 11 22
Binary 101001 101010 110001 10000 1110 0 1010001 11101000 1001 10010

Color Harmonies of #292A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292A31

Black with #292A31

Text Example


Text Example

White with #292A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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