Html Css Color HEX #29094B Blackcurrant

📋 copy color: '#29094B'

red 41 ◦ green 9 ◦ blue 75

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

Shades of Blackcurrant #29094B

Tints of Blackcurrant #29094B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.2%

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

R = 32.8%
G = 7.2%
B = 60%

CMYK

 C value IS 0.45

 M value IS 0.88

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#29094B (or 0x29094B) is known color: Blackcurrant. HEX triplet: 29, 09 and 4B. RGB value is (41,9,75). Sum of RGB (Red+Green+Blue) = 41+9+75=125 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.8% from 125); Green value is 9 (3.91% from 255 or 7.2% from 125); Blue value is 75 (29.69% from 255 or 60% from 125); Max value from RGB is 75 - color contains mainly: blue. Hex color #29094B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29094B is #D6F6B4. Grayscale: #191919. Windows color (decimal): -14087861 or 4917545. OLE color: 4917545.

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

Color convert

RGB 41 9 75 -
CMYK 0.45 0.88 0 0.71
HSL 269.09º 0.79% 0.16% -
HSV(B) 269.09º 0.88% 0.29% -
XYZ 2.28 1.17 6.76 -
YUV 26.09 155.6 138.63 -
System Red Green Blue C M Y K H S L
Decimal 41 9 75 0.45 0.88 0 0.71 269.09 0.79 0.16
Hex 29 9 4B 2D 58 0 47 10D 4F 10
Octal 51 11 113 55 130 0 107 415 117 20
Binary 101001 1001 1001011 101101 1011000 0 1000111 100001101 1001111 10000

Color Harmonies of #29094B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29094B

Black with #29094B

Text Example


Text Example

White with #29094B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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