Html Css Color HEX #290D46 Blackcurrant

📋 copy color: '#290D46'

red 41 ◦ green 13 ◦ blue 70

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

Shades of Blackcurrant #290D46

Tints of Blackcurrant #290D46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 56.45%

R = 33.06%
G = 10.48%
B = 56.45%

CMYK

 C value IS 0.41

 M value IS 0.81

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#290D46 (or 0x290D46) is known color: Blackcurrant. HEX triplet: 29, 0D and 46. RGB value is (41,13,70). Sum of RGB (Red+Green+Blue) = 41+13+70=124 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.06% from 124); Green value is 13 (5.47% from 255 or 10.48% from 124); Blue value is 70 (27.73% from 255 or 56.45% from 124); Max value from RGB is 70 - color contains mainly: blue. Hex color #290D46 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290D46 is #D6F2B9. Grayscale: #1B1B1B. Windows color (decimal): -14086842 or 4590889. OLE color: 4590889.

HSL color Cylindrical-coordinate representation of color #290D46: hue angle of 269.47º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #290D46 is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 41 13 70 -
CMYK 0.41 0.81 0 0.73
HSL 269.47º 0.69% 0.16% -
HSV(B) 269.47º 0.81% 0.27% -
XYZ 2.16 1.2 5.91 -
YUV 27.87 151.78 137.37 -
System Red Green Blue C M Y K H S L
Decimal 41 13 70 0.41 0.81 0 0.73 269.47 0.69 0.16
Hex 29 D 46 29 51 0 49 10D 45 10
Octal 51 15 106 51 121 0 111 415 105 20
Binary 101001 1101 1000110 101001 1010001 0 1001001 100001101 1000101 10000

Color Harmonies of #290D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290D46

Black with #290D46

Text Example


Text Example

White with #290D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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