Html Css Color HEX #290F41 Blackcurrant

📋 copy color: '#290F41'

red 41 ◦ green 15 ◦ blue 65

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

Shades of Blackcurrant #290F41

Tints of Blackcurrant #290F41

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12.4%

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

R = 33.88%
G = 12.4%
B = 53.72%

CMYK

 C value IS 0.37

 M value IS 0.77

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#290F41 (or 0x290F41) is known color: Blackcurrant. HEX triplet: 29, 0F and 41. RGB value is (41,15,65). Sum of RGB (Red+Green+Blue) = 41+15+65=121 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.88% from 121); Green value is 15 (6.25% from 255 or 12.40% from 121); Blue value is 65 (25.78% from 255 or 53.72% from 121); Max value from RGB is 65 - color contains mainly: blue. Hex color #290F41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290F41 is #D6F0BE. Grayscale: #1C1C1C. Windows color (decimal): -14086335 or 4263721. OLE color: 4263721.

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

Color convert

RGB 41 15 65 -
CMYK 0.37 0.77 0 0.75
HSL 271.2º 0.63% 0.16% -
HSV(B) 271.2º 0.77% 0.25% -
XYZ 2.04 1.19 5.12 -
YUV 28.47 148.61 136.93 -
System Red Green Blue C M Y K H S L
Decimal 41 15 65 0.37 0.77 0 0.75 271.2 0.63 0.16
Hex 29 F 41 25 4D 0 4B 10F 3E 10
Octal 51 17 101 45 115 0 113 417 76 20
Binary 101001 1111 1000001 100101 1001101 0 1001011 100001111 111110 10000

Color Harmonies of #290F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290F41

Black with #290F41

Text Example


Text Example

White with #290F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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