Html Css Color HEX #290C31 Blackcurrant

📋 copy color: '#290C31'

red 41 ◦ green 12 ◦ blue 49

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

Shades of Blackcurrant #290C31

Tints of Blackcurrant #290C31

RGB

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

 GREEN value IS 12 (5.08% from 255) = 11.76%

 BLUE value IS 49 (19.53% from 255) = 48.04%

R = 40.2%
G = 11.76%
B = 48.04%

CMYK

 C value IS 0.16

 M value IS 0.76

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#290C31 (or 0x290C31) is known color: Blackcurrant. HEX triplet: 29, 0C and 31. RGB value is (41,12,49). Sum of RGB (Red+Green+Blue) = 41+12+49=102 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.20% from 102); Green value is 12 (5.08% from 255 or 11.76% from 102); Blue value is 49 (19.53% from 255 or 48.04% from 102); Max value from RGB is 49 - color contains mainly: blue. Hex color #290C31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290C31 is #D6F3CE. Grayscale: #181818. Windows color (decimal): -14087119 or 3214377. OLE color: 3214377.

HSL color Cylindrical-coordinate representation of color #290C31: hue angle of 287.03º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #290C31 is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 41 12 49 -
CMYK 0.16 0.76 0 0.81
HSL 287.03º 0.61% 0.12% -
HSV(B) 287.03º 0.76% 0.19% -
XYZ 1.6 0.96 3.01 -
YUV 24.89 141.61 139.49 -
System Red Green Blue C M Y K H S L
Decimal 41 12 49 0.16 0.76 0 0.81 287.03 0.61 0.12
Hex 29 C 31 10 4C 0 51 11F 3D C
Octal 51 14 61 20 114 0 121 437 75 14
Binary 101001 1100 110001 10000 1001100 0 1010001 100011111 111101 1100

Color Harmonies of #290C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290C31

Black with #290C31

Text Example


Text Example

White with #290C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,12,49); }

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

background-color css

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

 a { background-color: rgb(41,12,49); }

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

border-color css

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

 span { border-color: rgb(41,12,49); }

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