Html Css Color HEX #290B2F Blackcurrant

📋 copy color: '#290B2F'

red 41 ◦ green 11 ◦ blue 47

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

Shades of Blackcurrant #290B2F

Tints of Blackcurrant #290B2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 47.47%

R = 41.41%
G = 11.11%
B = 47.47%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#290B2F (or 0x290B2F) is known color: Blackcurrant. HEX triplet: 29, 0B and 2F. RGB value is (41,11,47). Sum of RGB (Red+Green+Blue) = 41+11+47=99 (13% of max value = 765). Red value is 41 (16.41% from 255 or 41.41% from 99); Green value is 11 (4.69% from 255 or 11.11% from 99); Blue value is 47 (18.75% from 255 or 47.47% from 99); Max value from RGB is 47 - color contains mainly: blue. Hex color #290B2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290B2F is #D6F4D0. Grayscale: #171717. Windows color (decimal): -14087377 or 3083049. OLE color: 3083049.

HSL color Cylindrical-coordinate representation of color #290B2F: hue angle of 290º degrees, saturation: 0.62, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #290B2F is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 41 11 47 -
CMYK 0.13 0.77 0 0.82
HSL 290º 0.62% 0.11% -
HSV(B) 290º 0.77% 0.18% -
XYZ 1.55 0.92 2.78 -
YUV 24.07 140.94 140.07 -
System Red Green Blue C M Y K H S L
Decimal 41 11 47 0.13 0.77 0 0.82 290 0.62 0.11
Hex 29 B 2F D 4D 0 52 122 3E B
Octal 51 13 57 15 115 0 122 442 76 13
Binary 101001 1011 101111 1101 1001101 0 1010010 100100010 111110 1011

Color Harmonies of #290B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290B2F

Black with #290B2F

Text Example


Text Example

White with #290B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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