Html Css Color HEX #290530 Blackcurrant

📋 copy color: '#290530'

red 41 ◦ green 5 ◦ blue 48

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

Shades of Blackcurrant #290530

Tints of Blackcurrant #290530

RGB

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

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

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

R = 43.62%
G = 5.32%
B = 51.06%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#290530 (or 0x290530) is known color: Blackcurrant. HEX triplet: 29, 05 and 30. RGB value is (41,5,48). Sum of RGB (Red+Green+Blue) = 41+5+48=94 (12% of max value = 765). Red value is 41 (16.41% from 255 or 43.62% from 94); Green value is 5 (2.34% from 255 or 5.32% from 94); Blue value is 48 (19.14% from 255 or 51.06% from 94); Max value from RGB is 48 - color contains mainly: blue. Hex color #290530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290530 is #D6FACF. Grayscale: #141414. Windows color (decimal): -14088912 or 3147049. OLE color: 3147049.

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

Color convert

RGB 41 5 48 -
CMYK 0.15 0.90 0 0.81
HSL 290.23º 0.81% 0.1% -
HSV(B) 290.23º 0.9% 0.19% -
XYZ 1.5 0.79 2.87 -
YUV 20.67 143.43 142.5 -
System Red Green Blue C M Y K H S L
Decimal 41 5 48 0.15 0.90 0 0.81 290.23 0.81 0.1
Hex 29 5 30 F 5A 0 51 122 51 A
Octal 51 5 60 17 132 0 121 442 121 12
Binary 101001 101 110000 1111 1011010 0 1010001 100100010 1010001 1010

Color Harmonies of #290530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290530

Black with #290530

Text Example


Text Example

White with #290530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290530; }

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

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

background-color css

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

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

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

border-color css

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

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

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