Html Css Color HEX #290B42 Blackcurrant

📋 copy color: '#290B42'

red 41 ◦ green 11 ◦ blue 66

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

Shades of Blackcurrant #290B42

Tints of Blackcurrant #290B42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 55.93%

R = 34.75%
G = 9.32%
B = 55.93%

CMYK

 C value IS 0.38

 M value IS 0.83

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#290B42 (or 0x290B42) is known color: Blackcurrant. HEX triplet: 29, 0B and 42. RGB value is (41,11,66). Sum of RGB (Red+Green+Blue) = 41+11+66=118 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.75% from 118); Green value is 11 (4.69% from 255 or 9.32% from 118); Blue value is 66 (26.17% from 255 or 55.93% from 118); Max value from RGB is 66 - color contains mainly: blue. Hex color #290B42 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290B42 is #D6F4BD. Grayscale: #1A1A1A. Windows color (decimal): -14087358 or 4328233. OLE color: 4328233.

HSL color Cylindrical-coordinate representation of color #290B42: hue angle of 272.73º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #290B42 is Cyan = 0.38, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 41 11 66 -
CMYK 0.38 0.83 0 0.74
HSL 272.73º 0.71% 0.15% -
HSV(B) 272.73º 0.83% 0.26% -
XYZ 2.02 1.1 5.26 -
YUV 26.24 150.44 138.53 -
System Red Green Blue C M Y K H S L
Decimal 41 11 66 0.38 0.83 0 0.74 272.73 0.71 0.15
Hex 29 B 42 26 53 0 4A 111 47 F
Octal 51 13 102 46 123 0 112 421 107 17
Binary 101001 1011 1000010 100110 1010011 0 1001010 100010001 1000111 1111

Color Harmonies of #290B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290B42

Black with #290B42

Text Example


Text Example

White with #290B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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