Html Css Color HEX #290534 Blackcurrant

📋 copy color: '#290534'

red 41 ◦ green 5 ◦ blue 52

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

Shades of Blackcurrant #290534

Tints of Blackcurrant #290534

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.1%

 BLUE value IS 52 (20.7% from 255) = 53.06%

R = 41.84%
G = 5.1%
B = 53.06%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#290534 (or 0x290534) is known color: Blackcurrant. HEX triplet: 29, 05 and 34. RGB value is (41,5,52). Sum of RGB (Red+Green+Blue) = 41+5+52=98 (12% of max value = 765). Red value is 41 (16.41% from 255 or 41.84% from 98); Green value is 5 (2.34% from 255 or 5.10% from 98); Blue value is 52 (20.70% from 255 or 53.06% from 98); Max value from RGB is 52 - color contains mainly: blue. Hex color #290534 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290534 is #D6FACB. Grayscale: #141414. Windows color (decimal): -14088908 or 3409193. OLE color: 3409193.

HSL color Cylindrical-coordinate representation of color #290534: hue angle of 285.96º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #290534 is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 41 5 52 -
CMYK 0.21 0.90 0 0.80
HSL 285.96º 0.82% 0.11% -
HSV(B) 285.96º 0.9% 0.2% -
XYZ 1.59 0.83 3.32 -
YUV 21.12 145.43 142.18 -
System Red Green Blue C M Y K H S L
Decimal 41 5 52 0.21 0.90 0 0.80 285.96 0.82 0.11
Hex 29 5 34 15 5A 0 50 11E 52 B
Octal 51 5 64 25 132 0 120 436 122 13
Binary 101001 101 110100 10101 1011010 0 1010000 100011110 1010010 1011

Color Harmonies of #290534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290534

Black with #290534

Text Example


Text Example

White with #290534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290534; }

 p { color: rgb(41,5,52); }

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

background-color css

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

 a { background-color: rgb(41,5,52); }

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

border-color css

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

 span { border-color: rgb(41,5,52); }

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