Html Css Color HEX #290234 Blackcurrant

📋 copy color: '#290234'

red 41 ◦ green 2 ◦ blue 52

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

Shades of Blackcurrant #290234

Tints of Blackcurrant #290234

RGB

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

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

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

R = 43.16%
G = 2.11%
B = 54.74%

CMYK

 C value IS 0.21

 M value IS 0.96

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#290234 (or 0x290234) is known color: Blackcurrant. HEX triplet: 29, 02 and 34. RGB value is (41,2,52). Sum of RGB (Red+Green+Blue) = 41+2+52=95 (12% of max value = 765). Red value is 41 (16.41% from 255 or 43.16% from 95); Green value is 2 (1.17% from 255 or 2.11% from 95); Blue value is 52 (20.70% from 255 or 54.74% from 95); Max value from RGB is 52 - color contains mainly: blue. Hex color #290234 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290234 is #D6FDCB. Grayscale: #131313. Windows color (decimal): -14089676 or 3408425. OLE color: 3408425.

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

Color convert

RGB 41 2 52 -
CMYK 0.21 0.96 0 0.80
HSL 286.8º 0.93% 0.11% -
HSV(B) 286.8º 0.96% 0.2% -
XYZ 1.56 0.76 3.31 -
YUV 19.36 146.42 143.43 -
System Red Green Blue C M Y K H S L
Decimal 41 2 52 0.21 0.96 0 0.80 286.8 0.93 0.11
Hex 29 2 34 15 60 0 50 11F 5D B
Octal 51 2 64 25 140 0 120 437 135 13
Binary 101001 10 110100 10101 1100000 0 1010000 100011111 1011101 1011

Color Harmonies of #290234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290234

Black with #290234

Text Example


Text Example

White with #290234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290234; }

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

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

background-color css

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

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

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

border-color css

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

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

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