Html Css Color HEX #29163C Blackcurrant

📋 copy color: '#29163C'

red 41 ◦ green 22 ◦ blue 60

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

Shades of Blackcurrant #29163C

Tints of Blackcurrant #29163C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.89%

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

R = 33.33%
G = 17.89%
B = 48.78%

CMYK

 C value IS 0.32

 M value IS 0.63

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#29163C (or 0x29163C) is known color: Blackcurrant. HEX triplet: 29, 16 and 3C. RGB value is (41,22,60). Sum of RGB (Red+Green+Blue) = 41+22+60=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 22 (8.98% from 255 or 17.89% from 123); Blue value is 60 (23.83% from 255 or 48.78% from 123); Max value from RGB is 60 - color contains mainly: blue. Hex color #29163C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29163C is #D6E9C3. Grayscale: #1F1F1F. Windows color (decimal): -14084548 or 3937833. OLE color: 3937833.

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

Color convert

RGB 41 22 60 -
CMYK 0.32 0.63 0 0.76
HSL 270º 0.46% 0.16% -
HSV(B) 270º 0.63% 0.24% -
XYZ 2.02 1.37 4.43 -
YUV 32.01 143.79 134.41 -
System Red Green Blue C M Y K H S L
Decimal 41 22 60 0.32 0.63 0 0.76 270 0.46 0.16
Hex 29 16 3C 20 3F 0 4C 10E 2E 10
Octal 51 26 74 40 77 0 114 416 56 20
Binary 101001 10110 111100 100000 111111 0 1001100 100001110 101110 10000

Color Harmonies of #29163C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29163C

Black with #29163C

Text Example


Text Example

White with #29163C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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