Html Css Color HEX #290255 Blackcurrant

📋 copy color: '#290255'

red 41 ◦ green 2 ◦ blue 85

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

Shades of Blackcurrant #290255

Tints of Blackcurrant #290255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 66.41%

R = 32.03%
G = 1.56%
B = 66.41%

CMYK

 C value IS 0.52

 M value IS 0.98

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#290255 (or 0x290255) is known color: Blackcurrant. HEX triplet: 29, 02 and 55. RGB value is (41,2,85). Sum of RGB (Red+Green+Blue) = 41+2+85=128 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.03% from 128); Green value is 2 (1.17% from 255 or 1.56% from 128); Blue value is 85 (33.59% from 255 or 66.41% from 128); Max value from RGB is 85 - color contains mainly: blue. Hex color #290255 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290255 is #D6FDAA. Grayscale: #161616. Windows color (decimal): -14089643 or 5571113. OLE color: 5571113.

HSL color Cylindrical-coordinate representation of color #290255: hue angle of 268.19º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #290255 is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 2 85 -
CMYK 0.52 0.98 0 0.67
HSL 268.19º 0.95% 0.17% -
HSV(B) 268.19º 0.98% 0.33% -
XYZ 2.58 1.17 8.68 -
YUV 23.12 162.92 140.75 -
System Red Green Blue C M Y K H S L
Decimal 41 2 85 0.52 0.98 0 0.67 268.19 0.95 0.17
Hex 29 2 55 34 62 0 43 10C 5F 11
Octal 51 2 125 64 142 0 103 414 137 21
Binary 101001 10 1010101 110100 1100010 0 1000011 100001100 1011111 10001

Color Harmonies of #290255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290255

Black with #290255

Text Example


Text Example

White with #290255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290255; }

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

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

background-color css

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

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

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

border-color css

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

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

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