Html Css Color HEX #290452 Blackcurrant

📋 copy color: '#290452'

red 41 ◦ green 4 ◦ blue 82

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

Shades of Blackcurrant #290452

Tints of Blackcurrant #290452

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 64.57%

R = 32.28%
G = 3.15%
B = 64.57%

CMYK

 C value IS 0.50

 M value IS 0.95

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#290452 (or 0x290452) is known color: Blackcurrant. HEX triplet: 29, 04 and 52. RGB value is (41,4,82). Sum of RGB (Red+Green+Blue) = 41+4+82=127 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.28% from 127); Green value is 4 (1.95% from 255 or 3.15% from 127); Blue value is 82 (32.42% from 255 or 64.57% from 127); Max value from RGB is 82 - color contains mainly: blue. Hex color #290452 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290452 is #D6FBAD. Grayscale: #171717. Windows color (decimal): -14089134 or 5375017. OLE color: 5375017.

HSL color Cylindrical-coordinate representation of color #290452: hue angle of 268.46º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290452 is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 41 4 82 -
CMYK 0.50 0.95 0 0.68
HSL 268.46º 0.91% 0.17% -
HSV(B) 268.46º 0.95% 0.32% -
XYZ 2.48 1.17 8.08 -
YUV 23.96 160.76 140.16 -
System Red Green Blue C M Y K H S L
Decimal 41 4 82 0.50 0.95 0 0.68 268.46 0.91 0.17
Hex 29 4 52 32 5F 0 44 10C 5B 11
Octal 51 4 122 62 137 0 104 414 133 21
Binary 101001 100 1010010 110010 1011111 0 1000100 100001100 1011011 10001

Color Harmonies of #290452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290452

Black with #290452

Text Example


Text Example

White with #290452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290452; }

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

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

background-color css

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

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

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

border-color css

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

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

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