Html Css Color HEX #290B32 Blackcurrant

📋 copy color: '#290B32'

red 41 ◦ green 11 ◦ blue 50

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

Shades of Blackcurrant #290B32

Tints of Blackcurrant #290B32

RGB

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

 GREEN value IS 11 (4.69% from 255) = 10.78%

 BLUE value IS 50 (19.92% from 255) = 49.02%

R = 40.2%
G = 10.78%
B = 49.02%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#290B32 (or 0x290B32) is known color: Blackcurrant. HEX triplet: 29, 0B and 32. RGB value is (41,11,50). Sum of RGB (Red+Green+Blue) = 41+11+50=102 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.20% from 102); Green value is 11 (4.69% from 255 or 10.78% from 102); Blue value is 50 (19.92% from 255 or 49.02% from 102); Max value from RGB is 50 - color contains mainly: blue. Hex color #290B32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290B32 is #D6F4CD. Grayscale: #181818. Windows color (decimal): -14087374 or 3279657. OLE color: 3279657.

HSL color Cylindrical-coordinate representation of color #290B32: hue angle of 286.15º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #290B32 is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 41 11 50 -
CMYK 0.18 0.78 0 0.80
HSL 286.15º 0.64% 0.12% -
HSV(B) 286.15º 0.78% 0.2% -
XYZ 1.61 0.94 3.11 -
YUV 24.42 142.44 139.83 -
System Red Green Blue C M Y K H S L
Decimal 41 11 50 0.18 0.78 0 0.80 286.15 0.64 0.12
Hex 29 B 32 12 4E 0 50 11E 40 C
Octal 51 13 62 22 116 0 120 436 100 14
Binary 101001 1011 110010 10010 1001110 0 1010000 100011110 1000000 1100

Color Harmonies of #290B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290B32

Black with #290B32

Text Example


Text Example

White with #290B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290B32; }

 p { color: rgb(41,11,50); }

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

background-color css

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

 a { background-color: rgb(41,11,50); }

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

border-color css

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

 span { border-color: rgb(41,11,50); }

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