Html Css Color HEX #29123D Blackcurrant

📋 copy color: '#29123D'

red 41 ◦ green 18 ◦ blue 61

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

Shades of Blackcurrant #29123D

Tints of Blackcurrant #29123D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15%

 BLUE value IS 61 (24.22% from 255) = 50.83%

R = 34.17%
G = 15%
B = 50.83%

CMYK

 C value IS 0.33

 M value IS 0.70

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#29123D (or 0x29123D) is known color: Blackcurrant. HEX triplet: 29, 12 and 3D. RGB value is (41,18,61). Sum of RGB (Red+Green+Blue) = 41+18+61=120 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.17% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 61 (24.22% from 255 or 50.83% from 120); Max value from RGB is 61 - color contains mainly: blue. Hex color #29123D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29123D is #D6EDC2. Grayscale: #1D1D1D. Windows color (decimal): -14085571 or 4002345. OLE color: 4002345.

HSL color Cylindrical-coordinate representation of color #29123D: hue angle of 272.09º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #29123D is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 41 18 61 -
CMYK 0.33 0.70 0 0.76
HSL 272.09º 0.54% 0.15% -
HSV(B) 272.09º 0.7% 0.24% -
XYZ 1.97 1.24 4.55 -
YUV 29.78 145.62 136 -
System Red Green Blue C M Y K H S L
Decimal 41 18 61 0.33 0.70 0 0.76 272.09 0.54 0.15
Hex 29 12 3D 21 46 0 4C 110 36 F
Octal 51 22 75 41 106 0 114 420 66 17
Binary 101001 10010 111101 100001 1000110 0 1001100 100010000 110110 1111

Color Harmonies of #29123D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29123D

Black with #29123D

Text Example


Text Example

White with #29123D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29123D; }

 p { color: rgb(41,18,61); }

 H1.HeaderClassName
 {
   color: #29123D;
 }
 .AnyTagClassName
 {
   color: #29123D;
 }
</style>

background-color css

<style>
 a { background-color: #29123D; }

 a { background-color: rgb(41,18,61); }

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

border-color css

<style>
 span { border-color: #29123D; }

 span { border-color: rgb(41,18,61); }

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