Html Css Color HEX #29103E Blackcurrant

📋 copy color: '#29103E'

red 41 ◦ green 16 ◦ blue 62

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

Shades of Blackcurrant #29103E

Tints of Blackcurrant #29103E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.45%

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

R = 34.45%
G = 13.45%
B = 52.1%

CMYK

 C value IS 0.34

 M value IS 0.74

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#29103E (or 0x29103E) is known color: Blackcurrant. HEX triplet: 29, 10 and 3E. RGB value is (41,16,62). Sum of RGB (Red+Green+Blue) = 41+16+62=119 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.45% from 119); Green value is 16 (6.64% from 255 or 13.45% from 119); Blue value is 62 (24.61% from 255 or 52.10% from 119); Max value from RGB is 62 - color contains mainly: blue. Hex color #29103E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29103E is #D6EFC1. Grayscale: #1C1C1C. Windows color (decimal): -14086082 or 4067369. OLE color: 4067369.

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

Color convert

RGB 41 16 62 -
CMYK 0.34 0.74 0 0.76
HSL 272.61º 0.59% 0.15% -
HSV(B) 272.61º 0.74% 0.24% -
XYZ 1.97 1.19 4.68 -
YUV 28.72 146.78 136.76 -
System Red Green Blue C M Y K H S L
Decimal 41 16 62 0.34 0.74 0 0.76 272.61 0.59 0.15
Hex 29 10 3E 22 4A 0 4C 111 3B F
Octal 51 20 76 42 112 0 114 421 73 17
Binary 101001 10000 111110 100010 1001010 0 1001100 100010001 111011 1111

Color Harmonies of #29103E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29103E

Black with #29103E

Text Example


Text Example

White with #29103E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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