Html Css Color HEX #29054B Blackcurrant

📋 copy color: '#29054B'

red 41 ◦ green 5 ◦ blue 75

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

Shades of Blackcurrant #29054B

Tints of Blackcurrant #29054B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.13%

 BLUE value IS 75 (29.69% from 255) = 61.98%

R = 33.88%
G = 4.13%
B = 61.98%

CMYK

 C value IS 0.45

 M value IS 0.93

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#29054B (or 0x29054B) is known color: Blackcurrant. HEX triplet: 29, 05 and 4B. RGB value is (41,5,75). Sum of RGB (Red+Green+Blue) = 41+5+75=121 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.88% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 75 (29.69% from 255 or 61.98% from 121); Max value from RGB is 75 - color contains mainly: blue. Hex color #29054B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29054B is #D6FAB4. Grayscale: #171717. Windows color (decimal): -14088885 or 4916521. OLE color: 4916521.

HSL color Cylindrical-coordinate representation of color #29054B: hue angle of 270.86º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #29054B is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 41 5 75 -
CMYK 0.45 0.93 0 0.71
HSL 270.86º 0.88% 0.16% -
HSV(B) 270.86º 0.93% 0.29% -
XYZ 2.24 1.09 6.75 -
YUV 23.74 156.93 140.31 -
System Red Green Blue C M Y K H S L
Decimal 41 5 75 0.45 0.93 0 0.71 270.86 0.88 0.16
Hex 29 5 4B 2D 5D 0 47 10F 58 10
Octal 51 5 113 55 135 0 107 417 130 20
Binary 101001 101 1001011 101101 1011101 0 1000111 100001111 1011000 10000

Color Harmonies of #29054B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29054B

Black with #29054B

Text Example


Text Example

White with #29054B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,5,75); }

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

background-color css

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

 a { background-color: rgb(41,5,75); }

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

border-color css

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

 span { border-color: rgb(41,5,75); }

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