Html Css Color HEX #290252 Blackcurrant

📋 copy color: '#290252'

red 41 ◦ green 2 ◦ blue 82

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

Shades of Blackcurrant #290252

Tints of Blackcurrant #290252

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.6%

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

R = 32.8%
G = 1.6%
B = 65.6%

CMYK

 C value IS 0.50

 M value IS 0.98

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#290252 (or 0x290252) is known color: Blackcurrant. HEX triplet: 29, 02 and 52. RGB value is (41,2,82). Sum of RGB (Red+Green+Blue) = 41+2+82=125 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.8% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 82 (32.42% from 255 or 65.6% from 125); Max value from RGB is 82 - color contains mainly: blue. Hex color #290252 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290252 is #D6FDAD. Grayscale: #161616. Windows color (decimal): -14089646 or 5374505. OLE color: 5374505.

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

Color convert

RGB 41 2 82 -
CMYK 0.50 0.98 0 0.68
HSL 269.25º 0.95% 0.16% -
HSV(B) 269.25º 0.98% 0.32% -
XYZ 2.46 1.12 8.07 -
YUV 22.78 161.42 141 -
System Red Green Blue C M Y K H S L
Decimal 41 2 82 0.50 0.98 0 0.68 269.25 0.95 0.16
Hex 29 2 52 32 62 0 44 10D 5F 10
Octal 51 2 122 62 142 0 104 415 137 20
Binary 101001 10 1010010 110010 1100010 0 1000100 100001101 1011111 10000

Color Harmonies of #290252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290252

Black with #290252

Text Example


Text Example

White with #290252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290252; }

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

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

background-color css

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

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

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

border-color css

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

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

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