Html Css Color HEX #290334 Blackcurrant

📋 copy color: '#290334'

red 41 ◦ green 3 ◦ blue 52

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

Shades of Blackcurrant #290334

Tints of Blackcurrant #290334

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.13%

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

R = 42.71%
G = 3.13%
B = 54.17%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#290334 (or 0x290334) is known color: Blackcurrant. HEX triplet: 29, 03 and 34. RGB value is (41,3,52). Sum of RGB (Red+Green+Blue) = 41+3+52=96 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.71% from 96); Green value is 3 (1.56% from 255 or 3.12% from 96); Blue value is 52 (20.70% from 255 or 54.17% from 96); Max value from RGB is 52 - color contains mainly: blue. Hex color #290334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290334 is #D6FCCB. Grayscale: #131313. Windows color (decimal): -14089420 or 3408681. OLE color: 3408681.

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

Color convert

RGB 41 3 52 -
CMYK 0.21 0.94 0 0.80
HSL 286.53º 0.89% 0.11% -
HSV(B) 286.53º 0.94% 0.2% -
XYZ 1.57 0.78 3.32 -
YUV 19.95 146.09 143.02 -
System Red Green Blue C M Y K H S L
Decimal 41 3 52 0.21 0.94 0 0.80 286.53 0.89 0.11
Hex 29 3 34 15 5E 0 50 11F 59 B
Octal 51 3 64 25 136 0 120 437 131 13
Binary 101001 11 110100 10101 1011110 0 1010000 100011111 1011001 1011

Color Harmonies of #290334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290334

Black with #290334

Text Example


Text Example

White with #290334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290334; }

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

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

background-color css

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

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

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

border-color css

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

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

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