Html Css Color HEX #29133E Blackcurrant

📋 copy color: '#29133E'

red 41 ◦ green 19 ◦ blue 62

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

Shades of Blackcurrant #29133E

Tints of Blackcurrant #29133E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.57%

 BLUE value IS 62 (24.61% from 255) = 50.82%

R = 33.61%
G = 15.57%
B = 50.82%

CMYK

 C value IS 0.34

 M value IS 0.69

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#29133E (or 0x29133E) is known color: Blackcurrant. HEX triplet: 29, 13 and 3E. RGB value is (41,19,62). Sum of RGB (Red+Green+Blue) = 41+19+62=122 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.61% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 62 (24.61% from 255 or 50.82% from 122); Max value from RGB is 62 - color contains mainly: blue. Hex color #29133E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29133E is #D6ECC1. Grayscale: #1E1E1E. Windows color (decimal): -14085314 or 4068137. OLE color: 4068137.

HSL color Cylindrical-coordinate representation of color #29133E: hue angle of 270.7º degrees, saturation: 0.53, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #29133E is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 41 19 62 -
CMYK 0.34 0.69 0 0.76
HSL 270.7º 0.53% 0.16% -
HSV(B) 270.7º 0.69% 0.24% -
XYZ 2.02 1.28 4.7 -
YUV 30.48 145.79 135.5 -
System Red Green Blue C M Y K H S L
Decimal 41 19 62 0.34 0.69 0 0.76 270.7 0.53 0.16
Hex 29 13 3E 22 45 0 4C 10F 35 10
Octal 51 23 76 42 105 0 114 417 65 20
Binary 101001 10011 111110 100010 1000101 0 1001100 100001111 110101 10000

Color Harmonies of #29133E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29133E

Black with #29133E

Text Example


Text Example

White with #29133E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29133E; }

 p { color: rgb(41,19,62); }

 H1.HeaderClassName
 {
   color: #29133E;
 }
 .AnyTagClassName
 {
   color: #29133E;
 }
</style>

background-color css

<style>
 a { background-color: #29133E; }

 a { background-color: rgb(41,19,62); }

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

border-color css

<style>
 span { border-color: #29133E; }

 span { border-color: rgb(41,19,62); }

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