Html Css Color HEX #292030 Blackcurrant

📋 copy color: '#292030'

red 41 ◦ green 32 ◦ blue 48

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

Shades of Blackcurrant #292030

Tints of Blackcurrant #292030

RGB

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

 GREEN value IS 32 (12.89% from 255) = 26.45%

 BLUE value IS 48 (19.14% from 255) = 39.67%

R = 33.88%
G = 26.45%
B = 39.67%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#292030 (or 0x292030) is known color: Blackcurrant. HEX triplet: 29, 20 and 30. RGB value is (41,32,48). Sum of RGB (Red+Green+Blue) = 41+32+48=121 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.88% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 48 (19.14% from 255 or 39.67% from 121); Max value from RGB is 48 - color contains mainly: blue. Hex color #292030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292030 is #D6DFCF. Grayscale: #242424. Windows color (decimal): -14082000 or 3153961. OLE color: 3153961.

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

Color convert

RGB 41 32 48 -
CMYK 0.15 0.33 0 0.81
HSL 273.75º 0.2% 0.16% -
HSV(B) 273.75º 0.33% 0.19% -
XYZ 1.96 1.72 3.02 -
YUV 36.52 134.48 131.2 -
System Red Green Blue C M Y K H S L
Decimal 41 32 48 0.15 0.33 0 0.81 273.75 0.2 0.16
Hex 29 20 30 F 21 0 51 112 14 10
Octal 51 40 60 17 41 0 121 422 24 20
Binary 101001 100000 110000 1111 100001 0 1010001 100010010 10100 10000

Color Harmonies of #292030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292030

Black with #292030

Text Example


Text Example

White with #292030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292030; }

 p { color: rgb(41,32,48); }

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

background-color css

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

 a { background-color: rgb(41,32,48); }

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

border-color css

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

 span { border-color: rgb(41,32,48); }

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