Html Css Color HEX #290342 Blackcurrant

📋 copy color: '#290342'

red 41 ◦ green 3 ◦ blue 66

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

Shades of Blackcurrant #290342

Tints of Blackcurrant #290342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 60%

R = 37.27%
G = 2.73%
B = 60%

CMYK

 C value IS 0.38

 M value IS 0.95

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#290342 (or 0x290342) is known color: Blackcurrant. HEX triplet: 29, 03 and 42. RGB value is (41,3,66). Sum of RGB (Red+Green+Blue) = 41+3+66=110 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.27% from 110); Green value is 3 (1.56% from 255 or 2.73% from 110); Blue value is 66 (26.17% from 255 or 60% from 110); Max value from RGB is 66 - color contains mainly: blue. Hex color #290342 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290342 is #D6FCBD. Grayscale: #151515. Windows color (decimal): -14089406 or 4326185. OLE color: 4326185.

HSL color Cylindrical-coordinate representation of color #290342: hue angle of 276.19º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290342 is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 41 3 66 -
CMYK 0.38 0.95 0 0.74
HSL 276.19º 0.91% 0.14% -
HSV(B) 276.19º 0.95% 0.26% -
XYZ 1.93 0.93 5.23 -
YUV 21.54 153.09 141.88 -
System Red Green Blue C M Y K H S L
Decimal 41 3 66 0.38 0.95 0 0.74 276.19 0.91 0.14
Hex 29 3 42 26 5F 0 4A 114 5B E
Octal 51 3 102 46 137 0 112 424 133 16
Binary 101001 11 1000010 100110 1011111 0 1001010 100010100 1011011 1110

Color Harmonies of #290342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290342

Black with #290342

Text Example


Text Example

White with #290342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290342; }

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

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

background-color css

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

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

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

border-color css

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

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

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