Html Css Color HEX #29183F Blackcurrant

📋 copy color: '#29183F'

red 41 ◦ green 24 ◦ blue 63

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

Shades of Blackcurrant #29183F

Tints of Blackcurrant #29183F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.75%

 BLUE value IS 63 (25% from 255) = 49.22%

R = 32.03%
G = 18.75%
B = 49.22%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#29183F (or 0x29183F) is known color: Blackcurrant. HEX triplet: 29, 18 and 3F. RGB value is (41,24,63). Sum of RGB (Red+Green+Blue) = 41+24+63=128 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.03% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 63 (25% from 255 or 49.22% from 128); Max value from RGB is 63 - color contains mainly: blue. Hex color #29183F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29183F is #D6E7C0. Grayscale: #212121. Windows color (decimal): -14084033 or 4134953. OLE color: 4134953.

HSL color Cylindrical-coordinate representation of color #29183F: hue angle of 266.15º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #29183F is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 41 24 63 -
CMYK 0.35 0.62 0 0.75
HSL 266.15º 0.45% 0.17% -
HSV(B) 266.15º 0.62% 0.25% -
XYZ 2.14 1.48 4.88 -
YUV 33.53 144.63 133.33 -
System Red Green Blue C M Y K H S L
Decimal 41 24 63 0.35 0.62 0 0.75 266.15 0.45 0.17
Hex 29 18 3F 23 3E 0 4B 10A 2D 11
Octal 51 30 77 43 76 0 113 412 55 21
Binary 101001 11000 111111 100011 111110 0 1001011 100001010 101101 10001

Color Harmonies of #29183F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29183F

Black with #29183F

Text Example


Text Example

White with #29183F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29183F; }

 p { color: rgb(41,24,63); }

 H1.HeaderClassName
 {
   color: #29183F;
 }
 .AnyTagClassName
 {
   color: #29183F;
 }
</style>

background-color css

<style>
 a { background-color: #29183F; }

 a { background-color: rgb(41,24,63); }

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

border-color css

<style>
 span { border-color: #29183F; }

 span { border-color: rgb(41,24,63); }

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