#272428

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

Shades of Blackcurrant #272428

Tints of Blackcurrant #272428

Color information

#272428 (or 0x272428) is unknown color: approx Blackcurrant. HEX triplet: 27, 24 and 28. RGB value is (39,36,40). Sum of RGB (Red+Green+Blue) = 39+36+40=115 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.91% from 115); Green value is 36 (14.45% from 255 or 31.30% from 115); Blue value is 40 (16.02% from 255 or 34.78% from 115); Max value from RGB is 40 - color contains mainly: blue. Hex color #272428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272428 is #D8DBD7. Grayscale: #252525. Windows color (decimal): -14212056 or 2630695. OLE color: 2630695.

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

Color convert

RGB393640-
CMYK0.020.1000.84
HSL285º5.26%14.9%-
HSV(B)285º10%15.69%-
XYZ1.851.852.27-
YUV37.35129.49129.17-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.91%
GREEN value IS 36 (14.45% from 255) = 31.30%
BLUE value IS 40 (16.02% from 255) = 34.78%
R=33.91%
G=31.30%
B=34.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3936400.020.1000.842855.2614.9
Hex2724282A05411d5f
Octal4744502120124435517
Binary100111100100101000101010010101001000111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272428; }

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

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

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

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

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

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

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

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