Html Css Color HEX #29023B Blackcurrant

📋 copy color: '#29023B'

red 41 ◦ green 2 ◦ blue 59

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

Shades of Blackcurrant #29023B

Tints of Blackcurrant #29023B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.96%

 BLUE value IS 59 (23.44% from 255) = 57.84%

R = 40.2%
G = 1.96%
B = 57.84%

CMYK

 C value IS 0.31

 M value IS 0.97

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#29023B (or 0x29023B) is known color: Blackcurrant. HEX triplet: 29, 02 and 3B. RGB value is (41,2,59). Sum of RGB (Red+Green+Blue) = 41+2+59=102 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.20% from 102); Green value is 2 (1.17% from 255 or 1.96% from 102); Blue value is 59 (23.44% from 255 or 57.84% from 102); Max value from RGB is 59 - color contains mainly: blue. Hex color #29023B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29023B is #D6FDC4. Grayscale: #131313. Windows color (decimal): -14089669 or 3867177. OLE color: 3867177.

HSL color Cylindrical-coordinate representation of color #29023B: hue angle of 281.05º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #29023B is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 41 2 59 -
CMYK 0.31 0.97 0 0.77
HSL 281.05º 0.93% 0.12% -
HSV(B) 281.05º 0.97% 0.23% -
XYZ 1.73 0.83 4.21 -
YUV 20.16 149.92 142.87 -
System Red Green Blue C M Y K H S L
Decimal 41 2 59 0.31 0.97 0 0.77 281.05 0.93 0.12
Hex 29 2 3B 1F 61 0 4D 119 5D C
Octal 51 2 73 37 141 0 115 431 135 14
Binary 101001 10 111011 11111 1100001 0 1001101 100011001 1011101 1100

Color Harmonies of #29023B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29023B

Black with #29023B

Text Example


Text Example

White with #29023B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29023B; }

 p { color: rgb(41,2,59); }

 H1.HeaderClassName
 {
   color: #29023B;
 }
 .AnyTagClassName
 {
   color: #29023B;
 }
</style>

background-color css

<style>
 a { background-color: #29023B; }

 a { background-color: rgb(41,2,59); }

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

border-color css

<style>
 span { border-color: #29023B; }

 span { border-color: rgb(41,2,59); }

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