Html Css Color HEX #290E2E Blackcurrant

📋 copy color: '#290E2E'

red 41 ◦ green 14 ◦ blue 46

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

Shades of Blackcurrant #290E2E

Tints of Blackcurrant #290E2E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 13.86%

 BLUE value IS 46 (18.36% from 255) = 45.54%

R = 40.59%
G = 13.86%
B = 45.54%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#290E2E (or 0x290E2E) is known color: Blackcurrant. HEX triplet: 29, 0E and 2E. RGB value is (41,14,46). Sum of RGB (Red+Green+Blue) = 41+14+46=101 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.59% from 101); Green value is 14 (5.86% from 255 or 13.86% from 101); Blue value is 46 (18.36% from 255 or 45.54% from 101); Max value from RGB is 46 - color contains mainly: blue. Hex color #290E2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290E2E is #D6F1D1. Grayscale: #191919. Windows color (decimal): -14086610 or 3018281. OLE color: 3018281.

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

Color convert

RGB 41 14 46 -
CMYK 0.11 0.70 0 0.82
HSL 290.63º 0.53% 0.12% -
HSV(B) 290.63º 0.7% 0.18% -
XYZ 1.56 0.98 2.69 -
YUV 25.72 139.45 138.9 -
System Red Green Blue C M Y K H S L
Decimal 41 14 46 0.11 0.70 0 0.82 290.63 0.53 0.12
Hex 29 E 2E B 46 0 52 123 35 C
Octal 51 16 56 13 106 0 122 443 65 14
Binary 101001 1110 101110 1011 1000110 0 1010010 100100011 110101 1100

Color Harmonies of #290E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290E2E

Black with #290E2E

Text Example


Text Example

White with #290E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,14,46); }

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

background-color css

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

 a { background-color: rgb(41,14,46); }

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

border-color css

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

 span { border-color: rgb(41,14,46); }

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