#29262B

Color #29262B Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #29262B

Tints of Blackcurrant #29262B

Color information

#29262B (or 0x29262B) is unknown color: approx Blackcurrant. HEX triplet: 29, 26 and 2B. RGB value is (41,38,43). Sum of RGB (Red+Green+Blue) = 41+38+43=122 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.61% from 122); Green value is 38 (15.23% from 255 or 31.15% from 122); Blue value is 43 (17.19% from 255 or 35.25% from 122); Max value from RGB is 43 - color contains mainly: blue. Hex color #29262B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29262B is #D6D9D4. Grayscale: #272727. Windows color (decimal): -14080469 or 2827817. OLE color: 2827817.

HSL color Cylindrical-coordinate representation of color #29262B: hue angle of 276º degrees, saturation: 0.06, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #29262B is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB413843-
CMYK0.050.1200.83
HSL276º6.17%15.88%-
HSV(B)276º11.63%16.86%-
XYZ2.042.032.57-
YUV39.47129.99129.09-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.61%
GREEN value IS 38 (15.23% from 255) = 31.15%
BLUE value IS 43 (17.19% from 255) = 35.25%
R=33.61%
G=31.15%
B=35.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4138430.050.1200.832766.1715.88
Hex29262B5C053114610
Octal5146535140123424620
Binary10100110011010101110111000101001110001010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29262B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #29262B;
 }
 .AnyTagClassName
 {
   color: #29262B;
 }
</style>
background-color css

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

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

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

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

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

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