Html Css Color HEX #290430 Blackcurrant

📋 copy color: '#290430'

red 41 ◦ green 4 ◦ blue 48

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

Shades of Blackcurrant #290430

Tints of Blackcurrant #290430

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.3%

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

R = 44.09%
G = 4.3%
B = 51.61%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#290430 (or 0x290430) is known color: Blackcurrant. HEX triplet: 29, 04 and 30. RGB value is (41,4,48). Sum of RGB (Red+Green+Blue) = 41+4+48=93 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.09% from 93); Green value is 4 (1.95% from 255 or 4.30% from 93); Blue value is 48 (19.14% from 255 or 51.61% from 93); Max value from RGB is 48 - color contains mainly: blue. Hex color #290430 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290430 is #D6FBCF. Grayscale: #131313. Windows color (decimal): -14089168 or 3146793. OLE color: 3146793.

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

Color convert

RGB 41 4 48 -
CMYK 0.15 0.92 0 0.81
HSL 290.45º 0.85% 0.1% -
HSV(B) 290.45º 0.92% 0.19% -
XYZ 1.49 0.77 2.87 -
YUV 20.08 143.76 142.92 -
System Red Green Blue C M Y K H S L
Decimal 41 4 48 0.15 0.92 0 0.81 290.45 0.85 0.1
Hex 29 4 30 F 5C 0 51 122 55 A
Octal 51 4 60 17 134 0 121 442 125 12
Binary 101001 100 110000 1111 1011100 0 1010001 100100010 1010101 1010

Color Harmonies of #290430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290430

Black with #290430

Text Example


Text Example

White with #290430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290430; }

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

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

background-color css

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

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

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

border-color css

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

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

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