Html Css Color HEX #290945 Blackcurrant

📋 copy color: '#290945'

red 41 ◦ green 9 ◦ blue 69

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

Shades of Blackcurrant #290945

Tints of Blackcurrant #290945

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.56%

 BLUE value IS 69 (27.34% from 255) = 57.98%

R = 34.45%
G = 7.56%
B = 57.98%

CMYK

 C value IS 0.41

 M value IS 0.87

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#290945 (or 0x290945) is known color: Blackcurrant. HEX triplet: 29, 09 and 45. RGB value is (41,9,69). Sum of RGB (Red+Green+Blue) = 41+9+69=119 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.45% from 119); Green value is 9 (3.91% from 255 or 7.56% from 119); Blue value is 69 (27.34% from 255 or 57.98% from 119); Max value from RGB is 69 - color contains mainly: blue. Hex color #290945 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290945 is #D6F6BA. Grayscale: #191919. Windows color (decimal): -14087867 or 4524329. OLE color: 4524329.

HSL color Cylindrical-coordinate representation of color #290945: hue angle of 272º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #290945 is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 41 9 69 -
CMYK 0.41 0.87 0 0.73
HSL 272º 0.77% 0.15% -
HSV(B) 272º 0.87% 0.27% -
XYZ 2.09 1.1 5.73 -
YUV 25.41 152.6 139.12 -
System Red Green Blue C M Y K H S L
Decimal 41 9 69 0.41 0.87 0 0.73 272 0.77 0.15
Hex 29 9 45 29 57 0 49 110 4D F
Octal 51 11 105 51 127 0 111 420 115 17
Binary 101001 1001 1000101 101001 1010111 0 1001001 100010000 1001101 1111

Color Harmonies of #290945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290945

Black with #290945

Text Example


Text Example

White with #290945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290945; }

 p { color: rgb(41,9,69); }

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

background-color css

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

 a { background-color: rgb(41,9,69); }

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

border-color css

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

 span { border-color: rgb(41,9,69); }

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