Html Css Color HEX #290035 Blackcurrant

📋 copy color: '#290035'

red 41 ◦ green 0 ◦ blue 53

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

Shades of Blackcurrant #290035

Tints of Blackcurrant #290035

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 53 (21.09% from 255) = 56.38%

R = 43.62%
G = 0%
B = 56.38%

CMYK

 C value IS 0.23

 M value IS 1

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#290035 (or 0x290035) is known color: Blackcurrant. HEX triplet: 29, 00 and 35. RGB value is (41,0,53). Sum of RGB (Red+Green+Blue) = 41+0+53=94 (12% of max value = 765). Red value is 41 (16.41% from 255 or 43.62% from 94); Green value is 0 (0.39% from 255 or 0% from 94); Blue value is 53 (21.09% from 255 or 56.38% from 94); Max value from RGB is 53 - color contains mainly: blue. Hex color #290035 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290035 is #D6FFCA. Grayscale: #121212. Windows color (decimal): -14090187 or 3473449. OLE color: 3473449.

HSL color Cylindrical-coordinate representation of color #290035: hue angle of 286.42º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #290035 is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 41 0 53 -
CMYK 0.23 1 0 0.79
HSL 286.42º 1% 0.1% -
HSV(B) 286.42º 1% 0.21% -
XYZ 1.56 0.73 3.43 -
YUV 18.3 147.58 144.19 -
System Red Green Blue C M Y K H S L
Decimal 41 0 53 0.23 1 0 0.79 286.42 1 0.1
Hex 29 0 35 17 64 0 4F 11E 64 A
Octal 51 0 65 27 144 0 117 436 144 12
Binary 101001 0 110101 10111 1100100 0 1001111 100011110 1100100 1010

Color Harmonies of #290035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290035

Black with #290035

Text Example


Text Example

White with #290035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290035; }

 p { color: rgb(41,0,53); }

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

background-color css

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

 a { background-color: rgb(41,0,53); }

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

border-color css

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

 span { border-color: rgb(41,0,53); }

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