#272329

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

Shades of Blackcurrant #272329

Tints of Blackcurrant #272329

Color information

#272329 (or 0x272329) is unknown color: approx Blackcurrant. HEX triplet: 27, 23 and 29. RGB value is (39,35,41). Sum of RGB (Red+Green+Blue) = 39+35+41=115 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.91% from 115); Green value is 35 (14.06% from 255 or 30.43% from 115); Blue value is 41 (16.41% from 255 or 35.65% from 115); Max value from RGB is 41 - color contains mainly: blue. Hex color #272329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272329 is #D8DCD6. Grayscale: #242424. Windows color (decimal): -14212311 or 2695975. OLE color: 2695975.

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

Color convert

RGB393541-
CMYK0.050.1500.84
HSL280º7.89%14.9%-
HSV(B)280º14.63%16.08%-
XYZ1.841.792.35-
YUV36.88130.33129.51-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.91%
GREEN value IS 35 (14.06% from 255) = 30.43%
BLUE value IS 41 (16.41% from 255) = 35.65%
R=33.91%
G=30.43%
B=35.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3935410.050.1500.842807.8914.9
Hex2723295F0541188f
Octal47435151701244301017
Binary10011110001110100110111110101010010001100010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272329; }

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

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

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

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

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

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

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

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