Html Css Color HEX #29272A Blackcurrant

📋 copy color: '#29272A'

red 41 ◦ green 39 ◦ blue 42

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

Shades of Blackcurrant #29272A

Tints of Blackcurrant #29272A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 31.97%

 BLUE value IS 42 (16.8% from 255) = 34.43%

R = 33.61%
G = 31.97%
B = 34.43%

CMYK

 C value IS 0.02

 M value IS 0.07

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#29272A (or 0x29272A) is known color: Blackcurrant. HEX triplet: 29, 27 and 2A. RGB value is (41,39,42). Sum of RGB (Red+Green+Blue) = 41+39+42=122 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.61% from 122); Green value is 39 (15.62% from 255 or 31.97% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 42 - color contains mainly: blue. Hex color #29272A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29272A is #D6D8D5. Grayscale: #272727. Windows color (decimal): -14080214 or 2762537. OLE color: 2762537.

HSL color Cylindrical-coordinate representation of color #29272A: hue angle of 280º degrees, saturation: 0.04, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #29272A is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 39 42 -
CMYK 0.02 0.07 0 0.84
HSL 280º 0.04% 0.16% -
HSV(B) 280º 0.07% 0.16% -
XYZ 2.06 2.09 2.49 -
YUV 39.94 129.16 128.76 -
System Red Green Blue C M Y K H S L
Decimal 41 39 42 0.02 0.07 0 0.84 280 0.04 0.16
Hex 29 27 2A 2 7 0 54 118 4 10
Octal 51 47 52 2 7 0 124 430 4 20
Binary 101001 100111 101010 10 111 0 1010100 100011000 100 10000

Color Harmonies of #29272A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29272A

Black with #29272A

Text Example


Text Example

White with #29272A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29272A; }

 p { color: rgb(41,39,42); }

 H1.HeaderClassName
 {
   color: #29272A;
 }
 .AnyTagClassName
 {
   color: #29272A;
 }
</style>

background-color css

<style>
 a { background-color: #29272A; }

 a { background-color: rgb(41,39,42); }

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

border-color css

<style>
 span { border-color: #29272A; }

 span { border-color: rgb(41,39,42); }

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