Html Css Color HEX #29013C Blackcurrant

📋 copy color: '#29013C'

red 41 ◦ green 1 ◦ blue 60

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

Shades of Blackcurrant #29013C

Tints of Blackcurrant #29013C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 58.82%

R = 40.2%
G = 0.98%
B = 58.82%

CMYK

 C value IS 0.32

 M value IS 0.98

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#29013C (or 0x29013C) is known color: Blackcurrant. HEX triplet: 29, 01 and 3C. RGB value is (41,1,60). Sum of RGB (Red+Green+Blue) = 41+1+60=102 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.20% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 60 (23.83% from 255 or 58.82% from 102); Max value from RGB is 60 - color contains mainly: blue. Hex color #29013C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29013C is #D6FEC3. Grayscale: #131313. Windows color (decimal): -14089924 or 3932457. OLE color: 3932457.

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

Color convert

RGB 41 1 60 -
CMYK 0.32 0.98 0 0.76
HSL 280.68º 0.97% 0.12% -
HSV(B) 280.68º 0.98% 0.24% -
XYZ 1.74 0.82 4.34 -
YUV 19.69 150.75 143.2 -
System Red Green Blue C M Y K H S L
Decimal 41 1 60 0.32 0.98 0 0.76 280.68 0.97 0.12
Hex 29 1 3C 20 62 0 4C 119 61 C
Octal 51 1 74 40 142 0 114 431 141 14
Binary 101001 1 111100 100000 1100010 0 1001100 100011001 1100001 1100

Color Harmonies of #29013C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29013C

Black with #29013C

Text Example


Text Example

White with #29013C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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