Html Css Color HEX #29072F Blackcurrant

📋 copy color: '#29072F'

red 41 ◦ green 7 ◦ blue 47

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

Shades of Blackcurrant #29072F

Tints of Blackcurrant #29072F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.37%

 BLUE value IS 47 (18.75% from 255) = 49.47%

R = 43.16%
G = 7.37%
B = 49.47%

CMYK

 C value IS 0.13

 M value IS 0.85

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#29072F (or 0x29072F) is known color: Blackcurrant. HEX triplet: 29, 07 and 2F. RGB value is (41,7,47). Sum of RGB (Red+Green+Blue) = 41+7+47=95 (12% of max value = 765). Red value is 41 (16.41% from 255 or 43.16% from 95); Green value is 7 (3.12% from 255 or 7.37% from 95); Blue value is 47 (18.75% from 255 or 49.47% from 95); Max value from RGB is 47 - color contains mainly: blue. Hex color #29072F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29072F is #D6F8D0. Grayscale: #151515. Windows color (decimal): -14088401 or 3082025. OLE color: 3082025.

HSL color Cylindrical-coordinate representation of color #29072F: hue angle of 291º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #29072F is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 41 7 47 -
CMYK 0.13 0.85 0 0.82
HSL 291º 0.74% 0.11% -
HSV(B) 291º 0.85% 0.18% -
XYZ 1.5 0.83 2.77 -
YUV 21.73 142.26 141.75 -
System Red Green Blue C M Y K H S L
Decimal 41 7 47 0.13 0.85 0 0.82 291 0.74 0.11
Hex 29 7 2F D 55 0 52 123 4A B
Octal 51 7 57 15 125 0 122 443 112 13
Binary 101001 111 101111 1101 1010101 0 1010010 100100011 1001010 1011

Color Harmonies of #29072F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29072F

Black with #29072F

Text Example


Text Example

White with #29072F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,7,47); }

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

background-color css

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

 a { background-color: rgb(41,7,47); }

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

border-color css

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

 span { border-color: rgb(41,7,47); }

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