Html Css Color HEX #29012F Blackcurrant

📋 copy color: '#29012F'

red 41 ◦ green 1 ◦ blue 47

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

Shades of Blackcurrant #29012F

Tints of Blackcurrant #29012F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.12%

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

R = 46.07%
G = 1.12%
B = 52.81%

CMYK

 C value IS 0.13

 M value IS 0.98

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#29012F (or 0x29012F) is known color: Blackcurrant. HEX triplet: 29, 01 and 2F. RGB value is (41,1,47). Sum of RGB (Red+Green+Blue) = 41+1+47=89 (11% of max value = 765). Red value is 41 (16.41% from 255 or 46.07% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 47 (18.75% from 255 or 52.81% from 89); Max value from RGB is 47 - color contains mainly: blue. Hex color #29012F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29012F is #D6FED0. Grayscale: #121212. Windows color (decimal): -14089937 or 3080489. OLE color: 3080489.

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

Color convert

RGB 41 1 47 -
CMYK 0.13 0.98 0 0.82
HSL 292.17º 0.96% 0.09% -
HSV(B) 292.17º 0.98% 0.18% -
XYZ 1.44 0.7 2.75 -
YUV 18.2 144.25 144.26 -
System Red Green Blue C M Y K H S L
Decimal 41 1 47 0.13 0.98 0 0.82 292.17 0.96 0.09
Hex 29 1 2F D 62 0 52 124 60 9
Octal 51 1 57 15 142 0 122 444 140 11
Binary 101001 1 101111 1101 1100010 0 1010010 100100100 1100000 1001

Color Harmonies of #29012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29012F

Black with #29012F

Text Example


Text Example

White with #29012F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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