Html Css Color HEX #290038 Blackcurrant

📋 copy color: '#290038'

red 41 ◦ green 0 ◦ blue 56

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

Shades of Blackcurrant #290038

Tints of Blackcurrant #290038

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 42.27%
G = 0%
B = 57.73%

CMYK

 C value IS 0.27

 M value IS 1

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#290038 (or 0x290038) is known color: Blackcurrant. HEX triplet: 29, 00 and 38. RGB value is (41,0,56). Sum of RGB (Red+Green+Blue) = 41+0+56=97 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.27% from 97); Green value is 0 (0.39% from 255 or 0% from 97); Blue value is 56 (22.27% from 255 or 57.73% from 97); Max value from RGB is 56 - color contains mainly: blue. Hex color #290038 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290038 is #D6FFC7. Grayscale: #121212. Windows color (decimal): -14090184 or 3670057. OLE color: 3670057.

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

Color convert

RGB 41 0 56 -
CMYK 0.27 1 0 0.78
HSL 283.93º 1% 0.11% -
HSV(B) 283.93º 1% 0.22% -
XYZ 1.63 0.76 3.8 -
YUV 18.64 149.08 143.95 -
System Red Green Blue C M Y K H S L
Decimal 41 0 56 0.27 1 0 0.78 283.93 1 0.11
Hex 29 0 38 1B 64 0 4E 11C 64 B
Octal 51 0 70 33 144 0 116 434 144 13
Binary 101001 0 111000 11011 1100100 0 1001110 100011100 1100100 1011

Color Harmonies of #290038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290038

Black with #290038

Text Example


Text Example

White with #290038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290038; }

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

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

background-color css

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

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

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

border-color css

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

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

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