Html Css Color HEX #290138 Blackcurrant

📋 copy color: '#290138'

red 41 ◦ green 1 ◦ blue 56

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

Shades of Blackcurrant #290138

Tints of Blackcurrant #290138

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.02%

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

R = 41.84%
G = 1.02%
B = 57.14%

CMYK

 C value IS 0.27

 M value IS 0.98

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#290138 (or 0x290138) is known color: Blackcurrant. HEX triplet: 29, 01 and 38. RGB value is (41,1,56). Sum of RGB (Red+Green+Blue) = 41+1+56=98 (12% of max value = 765). Red value is 41 (16.41% from 255 or 41.84% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 56 (22.27% from 255 or 57.14% from 98); Max value from RGB is 56 - color contains mainly: blue. Hex color #290138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290138 is #D6FEC7. Grayscale: #131313. Windows color (decimal): -14089928 or 3670313. OLE color: 3670313.

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

Color convert

RGB 41 1 56 -
CMYK 0.27 0.98 0 0.78
HSL 283.64º 0.96% 0.11% -
HSV(B) 283.64º 0.98% 0.22% -
XYZ 1.64 0.78 3.81 -
YUV 19.23 148.75 143.53 -
System Red Green Blue C M Y K H S L
Decimal 41 1 56 0.27 0.98 0 0.78 283.64 0.96 0.11
Hex 29 1 38 1B 62 0 4E 11C 60 B
Octal 51 1 70 33 142 0 116 434 140 13
Binary 101001 1 111000 11011 1100010 0 1001110 100011100 1100000 1011

Color Harmonies of #290138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290138

Black with #290138

Text Example


Text Example

White with #290138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290138; }

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

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

background-color css

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

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

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

border-color css

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

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

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