Html Css Color HEX #29083A Blackcurrant

📋 copy color: '#29083A'

red 41 ◦ green 8 ◦ blue 58

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

Shades of Blackcurrant #29083A

Tints of Blackcurrant #29083A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.48%

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

R = 38.32%
G = 7.48%
B = 54.21%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#29083A (or 0x29083A) is known color: Blackcurrant. HEX triplet: 29, 08 and 3A. RGB value is (41,8,58). Sum of RGB (Red+Green+Blue) = 41+8+58=107 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.32% from 107); Green value is 8 (3.52% from 255 or 7.48% from 107); Blue value is 58 (23.05% from 255 or 54.21% from 107); Max value from RGB is 58 - color contains mainly: blue. Hex color #29083A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29083A is #D6F7C5. Grayscale: #171717. Windows color (decimal): -14088134 or 3803177. OLE color: 3803177.

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

Color convert

RGB 41 8 58 -
CMYK 0.29 0.86 0 0.77
HSL 279.6º 0.76% 0.13% -
HSV(B) 279.6º 0.86% 0.23% -
XYZ 1.77 0.95 4.09 -
YUV 23.57 147.43 140.43 -
System Red Green Blue C M Y K H S L
Decimal 41 8 58 0.29 0.86 0 0.77 279.6 0.76 0.13
Hex 29 8 3A 1D 56 0 4D 118 4C D
Octal 51 10 72 35 126 0 115 430 114 15
Binary 101001 1000 111010 11101 1010110 0 1001101 100011000 1001100 1101

Color Harmonies of #29083A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29083A

Black with #29083A

Text Example


Text Example

White with #29083A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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