Html Css Color HEX #290D45 Blackcurrant

📋 copy color: '#290D45'

red 41 ◦ green 13 ◦ blue 69

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

Shades of Blackcurrant #290D45

Tints of Blackcurrant #290D45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 56.1%

R = 33.33%
G = 10.57%
B = 56.1%

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

#290D45 (or 0x290D45) is known color: Blackcurrant. HEX triplet: 29, 0D and 45. RGB value is (41,13,69). Sum of RGB (Red+Green+Blue) = 41+13+69=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 13 (5.47% from 255 or 10.57% from 123); Blue value is 69 (27.34% from 255 or 56.10% from 123); Max value from RGB is 69 - color contains mainly: blue. Hex color #290D45 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290D45 is #D6F2BA. Grayscale: #1B1B1B. Windows color (decimal): -14086843 or 4525353. OLE color: 4525353.

HSL color Cylindrical-coordinate representation of color #290D45: hue angle of 270º degrees, saturation: 0.68, 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 #290D45 is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 41 13 69 -
CMYK 0.41 0.81 0 0.73
HSL 270º 0.68% 0.16% -
HSV(B) 270º 0.81% 0.27% -
XYZ 2.13 1.19 5.75 -
YUV 27.76 151.28 137.45 -
System Red Green Blue C M Y K H S L
Decimal 41 13 69 0.41 0.81 0 0.73 270 0.68 0.16
Hex 29 D 45 29 51 0 49 10E 44 10
Octal 51 15 105 51 121 0 111 416 104 20
Binary 101001 1101 1000101 101001 1010001 0 1001001 100001110 1000100 10000

Color Harmonies of #290D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290D45

Black with #290D45

Text Example


Text Example

White with #290D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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