Html Css Color HEX #29093E Blackcurrant

📋 copy color: '#29093E'

red 41 ◦ green 9 ◦ blue 62

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

Shades of Blackcurrant #29093E

Tints of Blackcurrant #29093E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.04%

 BLUE value IS 62 (24.61% from 255) = 55.36%

R = 36.61%
G = 8.04%
B = 55.36%

CMYK

 C value IS 0.34

 M value IS 0.85

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#29093E (or 0x29093E) is known color: Blackcurrant. HEX triplet: 29, 09 and 3E. RGB value is (41,9,62). Sum of RGB (Red+Green+Blue) = 41+9+62=112 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.61% from 112); Green value is 9 (3.91% from 255 or 8.04% from 112); Blue value is 62 (24.61% from 255 or 55.36% from 112); Max value from RGB is 62 - color contains mainly: blue. Hex color #29093E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29093E is #D6F6C1. Grayscale: #181818. Windows color (decimal): -14087874 or 4065577. OLE color: 4065577.

HSL color Cylindrical-coordinate representation of color #29093E: hue angle of 276.23º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #29093E is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 41 9 62 -
CMYK 0.34 0.85 0 0.76
HSL 276.23º 0.75% 0.14% -
HSV(B) 276.23º 0.85% 0.24% -
XYZ 1.88 1.01 4.65 -
YUV 24.61 149.1 139.69 -
System Red Green Blue C M Y K H S L
Decimal 41 9 62 0.34 0.85 0 0.76 276.23 0.75 0.14
Hex 29 9 3E 22 55 0 4C 114 4B E
Octal 51 11 76 42 125 0 114 424 113 16
Binary 101001 1001 111110 100010 1010101 0 1001100 100010100 1001011 1110

Color Harmonies of #29093E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29093E

Black with #29093E

Text Example


Text Example

White with #29093E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29093E; }

 p { color: rgb(41,9,62); }

 H1.HeaderClassName
 {
   color: #29093E;
 }
 .AnyTagClassName
 {
   color: #29093E;
 }
</style>

background-color css

<style>
 a { background-color: #29093E; }

 a { background-color: rgb(41,9,62); }

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

border-color css

<style>
 span { border-color: #29093E; }

 span { border-color: rgb(41,9,62); }

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