Html Css Color HEX #29013B Blackcurrant

📋 copy color: '#29013B'

red 41 ◦ green 1 ◦ blue 59

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

Shades of Blackcurrant #29013B

Tints of Blackcurrant #29013B

RGB

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

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

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

R = 40.59%
G = 0.99%
B = 58.42%

CMYK

 C value IS 0.31

 M value IS 0.98

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#29013B (or 0x29013B) is known color: Blackcurrant. HEX triplet: 29, 01 and 3B. RGB value is (41,1,59). Sum of RGB (Red+Green+Blue) = 41+1+59=101 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.59% from 101); Green value is 1 (0.78% from 255 or 0.99% from 101); Blue value is 59 (23.44% from 255 or 58.42% from 101); Max value from RGB is 59 - color contains mainly: blue. Hex color #29013B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29013B is #D6FEC4. Grayscale: #131313. Windows color (decimal): -14089925 or 3866921. OLE color: 3866921.

HSL color Cylindrical-coordinate representation of color #29013B: hue angle of 281.38º 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 #29013B is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 41 1 59 -
CMYK 0.31 0.98 0 0.77
HSL 281.38º 0.97% 0.12% -
HSV(B) 281.38º 0.98% 0.23% -
XYZ 1.71 0.81 4.2 -
YUV 19.57 150.25 143.28 -
System Red Green Blue C M Y K H S L
Decimal 41 1 59 0.31 0.98 0 0.77 281.38 0.97 0.12
Hex 29 1 3B 1F 62 0 4D 119 61 C
Octal 51 1 73 37 142 0 115 431 141 14
Binary 101001 1 111011 11111 1100010 0 1001101 100011001 1100001 1100

Color Harmonies of #29013B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29013B

Black with #29013B

Text Example


Text Example

White with #29013B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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