Html Css Color HEX #290D36 Blackcurrant

📋 copy color: '#290D36'

red 41 ◦ green 13 ◦ blue 54

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

Shades of Blackcurrant #290D36

Tints of Blackcurrant #290D36

RGB

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

 GREEN value IS 13 (5.47% from 255) = 12.04%

 BLUE value IS 54 (21.48% from 255) = 50%

R = 37.96%
G = 12.04%
B = 50%

CMYK

 C value IS 0.24

 M value IS 0.76

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#290D36 (or 0x290D36) is known color: Blackcurrant. HEX triplet: 29, 0D and 36. RGB value is (41,13,54). Sum of RGB (Red+Green+Blue) = 41+13+54=108 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.96% from 108); Green value is 13 (5.47% from 255 or 12.04% from 108); Blue value is 54 (21.48% from 255 or 50% from 108); Max value from RGB is 54 - color contains mainly: blue. Hex color #290D36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290D36 is #D6F2C9. Grayscale: #191919. Windows color (decimal): -14086858 or 3542313. OLE color: 3542313.

HSL color Cylindrical-coordinate representation of color #290D36: hue angle of 280.98º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #290D36 is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 41 13 54 -
CMYK 0.24 0.76 0 0.79
HSL 280.98º 0.61% 0.13% -
HSV(B) 280.98º 0.76% 0.21% -
XYZ 1.72 1.03 3.6 -
YUV 26.05 143.78 138.67 -
System Red Green Blue C M Y K H S L
Decimal 41 13 54 0.24 0.76 0 0.79 280.98 0.61 0.13
Hex 29 D 36 18 4C 0 4F 119 3D D
Octal 51 15 66 30 114 0 117 431 75 15
Binary 101001 1101 110110 11000 1001100 0 1001111 100011001 111101 1101

Color Harmonies of #290D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290D36

Black with #290D36

Text Example


Text Example

White with #290D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290D36; }

 p { color: rgb(41,13,54); }

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

background-color css

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

 a { background-color: rgb(41,13,54); }

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

border-color css

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

 span { border-color: rgb(41,13,54); }

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