Html Css Color HEX #29093A Blackcurrant

📋 copy color: '#29093A'

red 41 ◦ green 9 ◦ blue 58

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

Shades of Blackcurrant #29093A

Tints of Blackcurrant #29093A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 53.7%

R = 37.96%
G = 8.33%
B = 53.7%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#29093A (or 0x29093A) is known color: Blackcurrant. HEX triplet: 29, 09 and 3A. RGB value is (41,9,58). Sum of RGB (Red+Green+Blue) = 41+9+58=108 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.96% from 108); Green value is 9 (3.91% from 255 or 8.33% from 108); Blue value is 58 (23.05% from 255 or 53.70% from 108); Max value from RGB is 58 - color contains mainly: blue. Hex color #29093A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29093A is #D6F6C5. Grayscale: #171717. Windows color (decimal): -14087878 or 3803433. OLE color: 3803433.

HSL color Cylindrical-coordinate representation of color #29093A: hue angle of 279.18º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29093A is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 41 9 58 -
CMYK 0.29 0.84 0 0.77
HSL 279.18º 0.73% 0.13% -
HSV(B) 279.18º 0.84% 0.23% -
XYZ 1.78 0.97 4.1 -
YUV 24.15 147.1 140.02 -
System Red Green Blue C M Y K H S L
Decimal 41 9 58 0.29 0.84 0 0.77 279.18 0.73 0.13
Hex 29 9 3A 1D 54 0 4D 117 49 D
Octal 51 11 72 35 124 0 115 427 111 15
Binary 101001 1001 111010 11101 1010100 0 1001101 100010111 1001001 1101

Color Harmonies of #29093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29093A

Black with #29093A

Text Example


Text Example

White with #29093A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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