Html Css Color HEX #290F48 Blackcurrant

📋 copy color: '#290F48'

red 41 ◦ green 15 ◦ blue 72

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

Shades of Blackcurrant #290F48

Tints of Blackcurrant #290F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 56.25%

R = 32.03%
G = 11.72%
B = 56.25%

CMYK

 C value IS 0.43

 M value IS 0.79

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#290F48 (or 0x290F48) is known color: Blackcurrant. HEX triplet: 29, 0F and 48. RGB value is (41,15,72). Sum of RGB (Red+Green+Blue) = 41+15+72=128 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.03% from 128); Green value is 15 (6.25% from 255 or 11.72% from 128); Blue value is 72 (28.52% from 255 or 56.25% from 128); Max value from RGB is 72 - color contains mainly: blue. Hex color #290F48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290F48 is #D6F0B7. Grayscale: #1D1D1D. Windows color (decimal): -14086328 or 4722473. OLE color: 4722473.

HSL color Cylindrical-coordinate representation of color #290F48: hue angle of 267.37º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #290F48 is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 41 15 72 -
CMYK 0.43 0.79 0 0.72
HSL 267.37º 0.66% 0.17% -
HSV(B) 267.37º 0.79% 0.28% -
XYZ 2.25 1.28 6.26 -
YUV 29.27 152.11 136.37 -
System Red Green Blue C M Y K H S L
Decimal 41 15 72 0.43 0.79 0 0.72 267.37 0.66 0.17
Hex 29 F 48 2B 4F 0 48 10B 42 11
Octal 51 17 110 53 117 0 110 413 102 21
Binary 101001 1111 1001000 101011 1001111 0 1001000 100001011 1000010 10001

Color Harmonies of #290F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290F48

Black with #290F48

Text Example


Text Example

White with #290F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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