Html Css Color HEX #290E35 Blackcurrant

📋 copy color: '#290E35'

red 41 ◦ green 14 ◦ blue 53

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

Shades of Blackcurrant #290E35

Tints of Blackcurrant #290E35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 49.07%

R = 37.96%
G = 12.96%
B = 49.07%

CMYK

 C value IS 0.23

 M value IS 0.74

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#290E35 (or 0x290E35) is known color: Blackcurrant. HEX triplet: 29, 0E and 35. RGB value is (41,14,53). Sum of RGB (Red+Green+Blue) = 41+14+53=108 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.96% from 108); Green value is 14 (5.86% from 255 or 12.96% from 108); Blue value is 53 (21.09% from 255 or 49.07% from 108); Max value from RGB is 53 - color contains mainly: blue. Hex color #290E35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290E35 is #D6F1CA. Grayscale: #1A1A1A. Windows color (decimal): -14086603 or 3477033. OLE color: 3477033.

HSL color Cylindrical-coordinate representation of color #290E35: hue angle of 281.54º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #290E35 is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 41 14 53 -
CMYK 0.23 0.74 0 0.79
HSL 281.54º 0.58% 0.13% -
HSV(B) 281.54º 0.74% 0.21% -
XYZ 1.71 1.04 3.48 -
YUV 26.52 142.95 138.33 -
System Red Green Blue C M Y K H S L
Decimal 41 14 53 0.23 0.74 0 0.79 281.54 0.58 0.13
Hex 29 E 35 17 4A 0 4F 11A 3A D
Octal 51 16 65 27 112 0 117 432 72 15
Binary 101001 1110 110101 10111 1001010 0 1001111 100011010 111010 1101

Color Harmonies of #290E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290E35

Black with #290E35

Text Example


Text Example

White with #290E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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