Html Css Color HEX #292231 Blackcurrant

📋 copy color: '#292231'

red 41 ◦ green 34 ◦ blue 49

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

Shades of Blackcurrant #292231

Tints of Blackcurrant #292231

RGB

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

 GREEN value IS 34 (13.67% from 255) = 27.42%

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

R = 33.06%
G = 27.42%
B = 39.52%

CMYK

 C value IS 0.16

 M value IS 0.31

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#292231 (or 0x292231) is known color: Blackcurrant. HEX triplet: 29, 22 and 31. RGB value is (41,34,49). Sum of RGB (Red+Green+Blue) = 41+34+49=124 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.06% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 49 (19.53% from 255 or 39.52% from 124); Max value from RGB is 49 - color contains mainly: blue. Hex color #292231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292231 is #D6DDCE. Grayscale: #252525. Windows color (decimal): -14081487 or 3220009. OLE color: 3220009.

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

Color convert

RGB 41 34 49 -
CMYK 0.16 0.31 0 0.81
HSL 268º 0.18% 0.16% -
HSV(B) 268º 0.31% 0.19% -
XYZ 2.04 1.84 3.15 -
YUV 37.8 134.32 130.28 -
System Red Green Blue C M Y K H S L
Decimal 41 34 49 0.16 0.31 0 0.81 268 0.18 0.16
Hex 29 22 31 10 1F 0 51 10C 12 10
Octal 51 42 61 20 37 0 121 414 22 20
Binary 101001 100010 110001 10000 11111 0 1010001 100001100 10010 10000

Color Harmonies of #292231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292231

Black with #292231

Text Example


Text Example

White with #292231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292231; }

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

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

background-color css

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

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

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

border-color css

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

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

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