Html Css Color HEX #290A41 Blackcurrant

📋 copy color: '#290A41'

red 41 ◦ green 10 ◦ blue 65

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

Shades of Blackcurrant #290A41

Tints of Blackcurrant #290A41

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.62%

 BLUE value IS 65 (25.78% from 255) = 56.03%

R = 35.34%
G = 8.62%
B = 56.03%

CMYK

 C value IS 0.37

 M value IS 0.85

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#290A41 (or 0x290A41) is known color: Blackcurrant. HEX triplet: 29, 0A and 41. RGB value is (41,10,65). Sum of RGB (Red+Green+Blue) = 41+10+65=116 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.34% from 116); Green value is 10 (4.30% from 255 or 8.62% from 116); Blue value is 65 (25.78% from 255 or 56.03% from 116); Max value from RGB is 65 - color contains mainly: blue. Hex color #290A41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290A41 is #D6F5BE. Grayscale: #191919. Windows color (decimal): -14087615 or 4262441. OLE color: 4262441.

HSL color Cylindrical-coordinate representation of color #290A41: hue angle of 273.82º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #290A41 is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 41 10 65 -
CMYK 0.37 0.85 0 0.75
HSL 273.82º 0.73% 0.15% -
HSV(B) 273.82º 0.85% 0.25% -
XYZ 1.98 1.07 5.1 -
YUV 25.54 150.27 139.03 -
System Red Green Blue C M Y K H S L
Decimal 41 10 65 0.37 0.85 0 0.75 273.82 0.73 0.15
Hex 29 A 41 25 55 0 4B 112 49 F
Octal 51 12 101 45 125 0 113 422 111 17
Binary 101001 1010 1000001 100101 1010101 0 1001011 100010010 1001001 1111

Color Harmonies of #290A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290A41

Black with #290A41

Text Example


Text Example

White with #290A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,10,65); }

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

background-color css

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

 a { background-color: rgb(41,10,65); }

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

border-color css

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

 span { border-color: rgb(41,10,65); }

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