Html Css Color HEX #290335 Blackcurrant

📋 copy color: '#290335'

red 41 ◦ green 3 ◦ blue 53

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

Shades of Blackcurrant #290335

Tints of Blackcurrant #290335

RGB

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

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

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

R = 42.27%
G = 3.09%
B = 54.64%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#290335 (or 0x290335) is known color: Blackcurrant. HEX triplet: 29, 03 and 35. RGB value is (41,3,53). Sum of RGB (Red+Green+Blue) = 41+3+53=97 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.27% from 97); Green value is 3 (1.56% from 255 or 3.09% from 97); Blue value is 53 (21.09% from 255 or 54.64% from 97); Max value from RGB is 53 - color contains mainly: blue. Hex color #290335 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290335 is #D6FCCA. Grayscale: #131313. Windows color (decimal): -14089419 or 3474217. OLE color: 3474217.

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

Color convert

RGB 41 3 53 -
CMYK 0.23 0.94 0 0.79
HSL 285.6º 0.89% 0.11% -
HSV(B) 285.6º 0.94% 0.21% -
XYZ 1.59 0.79 3.44 -
YUV 20.06 146.59 142.93 -
System Red Green Blue C M Y K H S L
Decimal 41 3 53 0.23 0.94 0 0.79 285.6 0.89 0.11
Hex 29 3 35 17 5E 0 4F 11E 59 B
Octal 51 3 65 27 136 0 117 436 131 13
Binary 101001 11 110101 10111 1011110 0 1001111 100011110 1011001 1011

Color Harmonies of #290335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290335

Black with #290335

Text Example


Text Example

White with #290335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290335; }

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

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

background-color css

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

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

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

border-color css

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

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

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