Html Css Color HEX #29022F Blackcurrant

📋 copy color: '#29022F'

red 41 ◦ green 2 ◦ blue 47

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

Shades of Blackcurrant #29022F

Tints of Blackcurrant #29022F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.22%

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

R = 45.56%
G = 2.22%
B = 52.22%

CMYK

 C value IS 0.13

 M value IS 0.96

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#29022F (or 0x29022F) is known color: Blackcurrant. HEX triplet: 29, 02 and 2F. RGB value is (41,2,47). Sum of RGB (Red+Green+Blue) = 41+2+47=90 (11% of max value = 765). Red value is 41 (16.41% from 255 or 45.56% from 90); Green value is 2 (1.17% from 255 or 2.22% from 90); Blue value is 47 (18.75% from 255 or 52.22% from 90); Max value from RGB is 47 - color contains mainly: blue. Hex color #29022F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29022F is #D6FDD0. Grayscale: #121212. Windows color (decimal): -14089681 or 3080745. OLE color: 3080745.

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

Color convert

RGB 41 2 47 -
CMYK 0.13 0.96 0 0.82
HSL 292º 0.92% 0.1% -
HSV(B) 292º 0.96% 0.18% -
XYZ 1.45 0.72 2.75 -
YUV 18.79 143.92 143.84 -
System Red Green Blue C M Y K H S L
Decimal 41 2 47 0.13 0.96 0 0.82 292 0.92 0.1
Hex 29 2 2F D 60 0 52 124 5C A
Octal 51 2 57 15 140 0 122 444 134 12
Binary 101001 10 101111 1101 1100000 0 1010010 100100100 1011100 1010

Color Harmonies of #29022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29022F

Black with #29022F

Text Example


Text Example

White with #29022F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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