#272429

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

Shades of Blackcurrant #272429

Tints of Blackcurrant #272429

Color information

#272429 (or 0x272429) is unknown color: approx Blackcurrant. HEX triplet: 27, 24 and 29. RGB value is (39,36,41). Sum of RGB (Red+Green+Blue) = 39+36+41=116 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.62% from 116); Green value is 36 (14.45% from 255 or 31.03% from 116); Blue value is 41 (16.41% from 255 or 35.34% from 116); Max value from RGB is 41 - color contains mainly: blue. Hex color #272429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272429 is #D8DBD6. Grayscale: #252525. Windows color (decimal): -14212055 or 2696231. OLE color: 2696231.

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

Color convert

RGB393641-
CMYK0.050.1200.84
HSL276º6.49%15.1%-
HSV(B)276º12.2%16.08%-
XYZ1.871.852.36-
YUV37.47129.99129.09-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.62%
GREEN value IS 36 (14.45% from 255) = 31.03%
BLUE value IS 41 (16.41% from 255) = 35.34%
R=33.62%
G=31.03%
B=35.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3936410.050.1200.842766.4915.1
Hex2724295C0541146f
Octal4744515140124424617
Binary1001111001001010011011100010101001000101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272429; }

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

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

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

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

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

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

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

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