Html Css Color HEX #29013A Blackcurrant

📋 copy color: '#29013A'

red 41 ◦ green 1 ◦ blue 58

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

Shades of Blackcurrant #29013A

Tints of Blackcurrant #29013A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1%

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

R = 41%
G = 1%
B = 58%

CMYK

 C value IS 0.29

 M value IS 0.98

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#29013A (or 0x29013A) is known color: Blackcurrant. HEX triplet: 29, 01 and 3A. RGB value is (41,1,58). Sum of RGB (Red+Green+Blue) = 41+1+58=100 (13% of max value = 765). Red value is 41 (16.41% from 255 or 41% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 58 (23.05% from 255 or 58% from 100); Max value from RGB is 58 - color contains mainly: blue. Hex color #29013A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29013A is #D6FEC5. Grayscale: #131313. Windows color (decimal): -14089926 or 3801385. OLE color: 3801385.

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

Color convert

RGB 41 1 58 -
CMYK 0.29 0.98 0 0.77
HSL 282.11º 0.97% 0.12% -
HSV(B) 282.11º 0.98% 0.23% -
XYZ 1.69 0.8 4.07 -
YUV 19.46 149.75 143.37 -
System Red Green Blue C M Y K H S L
Decimal 41 1 58 0.29 0.98 0 0.77 282.11 0.97 0.12
Hex 29 1 3A 1D 62 0 4D 11A 61 C
Octal 51 1 72 35 142 0 115 432 141 14
Binary 101001 1 111010 11101 1100010 0 1001101 100011010 1100001 1100

Color Harmonies of #29013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29013A

Black with #29013A

Text Example


Text Example

White with #29013A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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