Html Css Color HEX #290348 Blackcurrant

📋 copy color: '#290348'

red 41 ◦ green 3 ◦ blue 72

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

Shades of Blackcurrant #290348

Tints of Blackcurrant #290348

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.59%

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

R = 35.34%
G = 2.59%
B = 62.07%

CMYK

 C value IS 0.43

 M value IS 0.96

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#290348 (or 0x290348) is known color: Blackcurrant. HEX triplet: 29, 03 and 48. RGB value is (41,3,72). Sum of RGB (Red+Green+Blue) = 41+3+72=116 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.34% from 116); Green value is 3 (1.56% from 255 or 2.59% from 116); Blue value is 72 (28.52% from 255 or 62.07% from 116); Max value from RGB is 72 - color contains mainly: blue. Hex color #290348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290348 is #D6FCB7. Grayscale: #151515. Windows color (decimal): -14089400 or 4719401. OLE color: 4719401.

HSL color Cylindrical-coordinate representation of color #290348: hue angle of 273.04º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #290348 is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 41 3 72 -
CMYK 0.43 0.96 0 0.72
HSL 273.04º 0.92% 0.15% -
HSV(B) 273.04º 0.96% 0.28% -
XYZ 2.12 1 6.21 -
YUV 22.23 156.09 141.39 -
System Red Green Blue C M Y K H S L
Decimal 41 3 72 0.43 0.96 0 0.72 273.04 0.92 0.15
Hex 29 3 48 2B 60 0 48 111 5C F
Octal 51 3 110 53 140 0 110 421 134 17
Binary 101001 11 1001000 101011 1100000 0 1001000 100010001 1011100 1111

Color Harmonies of #290348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290348

Black with #290348

Text Example


Text Example

White with #290348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290348; }

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

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

background-color css

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

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

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

border-color css

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

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

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