Html Css Color HEX #290538 Blackcurrant

📋 copy color: '#290538'

red 41 ◦ green 5 ◦ blue 56

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

Shades of Blackcurrant #290538

Tints of Blackcurrant #290538

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.9%

 BLUE value IS 56 (22.27% from 255) = 54.9%

R = 40.2%
G = 4.9%
B = 54.9%

CMYK

 C value IS 0.27

 M value IS 0.91

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#290538 (or 0x290538) is known color: Blackcurrant. HEX triplet: 29, 05 and 38. RGB value is (41,5,56). Sum of RGB (Red+Green+Blue) = 41+5+56=102 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.20% from 102); Green value is 5 (2.34% from 255 or 4.90% from 102); Blue value is 56 (22.27% from 255 or 54.90% from 102); Max value from RGB is 56 - color contains mainly: blue. Hex color #290538 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290538 is #D6FAC7. Grayscale: #151515. Windows color (decimal): -14088904 or 3671337. OLE color: 3671337.

HSL color Cylindrical-coordinate representation of color #290538: hue angle of 282.35º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #290538 is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 41 5 56 -
CMYK 0.27 0.91 0 0.78
HSL 282.35º 0.84% 0.12% -
HSV(B) 282.35º 0.91% 0.22% -
XYZ 1.68 0.87 3.82 -
YUV 21.58 147.43 141.85 -
System Red Green Blue C M Y K H S L
Decimal 41 5 56 0.27 0.91 0 0.78 282.35 0.84 0.12
Hex 29 5 38 1B 5B 0 4E 11A 54 C
Octal 51 5 70 33 133 0 116 432 124 14
Binary 101001 101 111000 11011 1011011 0 1001110 100011010 1010100 1100

Color Harmonies of #290538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290538

Black with #290538

Text Example


Text Example

White with #290538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290538; }

 p { color: rgb(41,5,56); }

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

background-color css

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

 a { background-color: rgb(41,5,56); }

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

border-color css

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

 span { border-color: rgb(41,5,56); }

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