Html Css Color HEX #290B46 Blackcurrant

📋 copy color: '#290B46'

red 41 ◦ green 11 ◦ blue 70

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

Shades of Blackcurrant #290B46

Tints of Blackcurrant #290B46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 57.38%

R = 33.61%
G = 9.02%
B = 57.38%

CMYK

 C value IS 0.41

 M value IS 0.84

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#290B46 (or 0x290B46) is known color: Blackcurrant. HEX triplet: 29, 0B and 46. RGB value is (41,11,70). Sum of RGB (Red+Green+Blue) = 41+11+70=122 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.61% from 122); Green value is 11 (4.69% from 255 or 9.02% from 122); Blue value is 70 (27.73% from 255 or 57.38% from 122); Max value from RGB is 70 - color contains mainly: blue. Hex color #290B46 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290B46 is #D6F4B9. Grayscale: #1A1A1A. Windows color (decimal): -14087354 or 4590377. OLE color: 4590377.

HSL color Cylindrical-coordinate representation of color #290B46: hue angle of 270.51º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #290B46 is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 41 11 70 -
CMYK 0.41 0.84 0 0.73
HSL 270.51º 0.73% 0.16% -
HSV(B) 270.51º 0.84% 0.27% -
XYZ 2.14 1.15 5.9 -
YUV 26.7 152.44 138.2 -
System Red Green Blue C M Y K H S L
Decimal 41 11 70 0.41 0.84 0 0.73 270.51 0.73 0.16
Hex 29 B 46 29 54 0 49 10F 49 10
Octal 51 13 106 51 124 0 111 417 111 20
Binary 101001 1011 1000110 101001 1010100 0 1001001 100001111 1001001 10000

Color Harmonies of #290B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290B46

Black with #290B46

Text Example


Text Example

White with #290B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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