Html Css Color HEX #290133 Blackcurrant

📋 copy color: '#290133'

red 41 ◦ green 1 ◦ blue 51

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

Shades of Blackcurrant #290133

Tints of Blackcurrant #290133

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.08%

 BLUE value IS 51 (20.31% from 255) = 54.84%

R = 44.09%
G = 1.08%
B = 54.84%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#290133 (or 0x290133) is known color: Blackcurrant. HEX triplet: 29, 01 and 33. RGB value is (41,1,51). Sum of RGB (Red+Green+Blue) = 41+1+51=93 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.09% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 51 (20.31% from 255 or 54.84% from 93); Max value from RGB is 51 - color contains mainly: blue. Hex color #290133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290133 is #D6FECC. Grayscale: #121212. Windows color (decimal): -14089933 or 3342633. OLE color: 3342633.

HSL color Cylindrical-coordinate representation of color #290133: hue angle of 288º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #290133 is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 41 1 51 -
CMYK 0.20 0.98 0 0.8
HSL 288º 0.96% 0.1% -
HSV(B) 288º 0.98% 0.2% -
XYZ 1.52 0.73 3.19 -
YUV 18.66 146.25 143.93 -
System Red Green Blue C M Y K H S L
Decimal 41 1 51 0.20 0.98 0 0.8 288 0.96 0.1
Hex 29 1 33 14 62 0 50 120 60 A
Octal 51 1 63 24 142 0 120 440 140 12
Binary 101001 1 110011 10100 1100010 0 1010000 100100000 1100000 1010

Color Harmonies of #290133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290133

Black with #290133

Text Example


Text Example

White with #290133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290133; }

 p { color: rgb(41,1,51); }

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

background-color css

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

 a { background-color: rgb(41,1,51); }

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

border-color css

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

 span { border-color: rgb(41,1,51); }

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