Html Css Color HEX #29262A Blackcurrant

📋 copy color: '#29262A'

red 41 ◦ green 38 ◦ blue 42

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

Shades of Blackcurrant #29262A

Tints of Blackcurrant #29262A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 31.4%

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

R = 33.88%
G = 31.4%
B = 34.71%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#29262A (or 0x29262A) is known color: Blackcurrant. HEX triplet: 29, 26 and 2A. RGB value is (41,38,42). Sum of RGB (Red+Green+Blue) = 41+38+42=121 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.88% from 121); Green value is 38 (15.23% from 255 or 31.40% from 121); Blue value is 42 (16.80% from 255 or 34.71% from 121); Max value from RGB is 42 - color contains mainly: blue. Hex color #29262A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29262A is #D6D9D5. Grayscale: #272727. Windows color (decimal): -14080470 or 2762281. OLE color: 2762281.

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

Color convert

RGB 41 38 42 -
CMYK 0.02 0.10 0 0.84
HSL 285º 0.05% 0.16% -
HSV(B) 285º 0.1% 0.16% -
XYZ 2.03 2.02 2.47 -
YUV 39.35 129.49 129.17 -
System Red Green Blue C M Y K H S L
Decimal 41 38 42 0.02 0.10 0 0.84 285 0.05 0.16
Hex 29 26 2A 2 A 0 54 11D 5 10
Octal 51 46 52 2 12 0 124 435 5 20
Binary 101001 100110 101010 10 1010 0 1010100 100011101 101 10000

Color Harmonies of #29262A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29262A

Black with #29262A

Text Example


Text Example

White with #29262A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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