Html Css Color HEX #290934 Blackcurrant

📋 copy color: '#290934'

red 41 ◦ green 9 ◦ blue 52

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

Shades of Blackcurrant #290934

Tints of Blackcurrant #290934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 50.98%

R = 40.2%
G = 8.82%
B = 50.98%

CMYK

 C value IS 0.21

 M value IS 0.83

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#290934 (or 0x290934) is known color: Blackcurrant. HEX triplet: 29, 09 and 34. RGB value is (41,9,52). Sum of RGB (Red+Green+Blue) = 41+9+52=102 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.20% from 102); Green value is 9 (3.91% from 255 or 8.82% from 102); Blue value is 52 (20.70% from 255 or 50.98% from 102); Max value from RGB is 52 - color contains mainly: blue. Hex color #290934 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290934 is #D6F6CB. Grayscale: #171717. Windows color (decimal): -14087884 or 3410217. OLE color: 3410217.

HSL color Cylindrical-coordinate representation of color #290934: hue angle of 284.65º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #290934 is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 41 9 52 -
CMYK 0.21 0.83 0 0.80
HSL 284.65º 0.7% 0.12% -
HSV(B) 284.65º 0.83% 0.2% -
XYZ 1.63 0.91 3.34 -
YUV 23.47 144.1 140.5 -
System Red Green Blue C M Y K H S L
Decimal 41 9 52 0.21 0.83 0 0.80 284.65 0.7 0.12
Hex 29 9 34 15 53 0 50 11D 46 C
Octal 51 11 64 25 123 0 120 435 106 14
Binary 101001 1001 110100 10101 1010011 0 1010000 100011101 1000110 1100

Color Harmonies of #290934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290934

Black with #290934

Text Example


Text Example

White with #290934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290934; }

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

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

background-color css

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

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

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

border-color css

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

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

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