#272030

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

Shades of Blackcurrant #272030

Tints of Blackcurrant #272030

Color information

#272030 (or 0x272030) is unknown color: approx Blackcurrant. HEX triplet: 27, 20 and 30. RGB value is (39,32,48). Sum of RGB (Red+Green+Blue) = 39+32+48=119 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.77% from 119); Green value is 32 (12.89% from 255 or 26.89% from 119); Blue value is 48 (19.14% from 255 or 40.34% from 119); Max value from RGB is 48 - color contains mainly: blue. Hex color #272030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272030 is #D8DFCF. Grayscale: #232323. Windows color (decimal): -14213072 or 3153959. OLE color: 3153959.

HSL color Cylindrical-coordinate representation of color #272030: hue angle of 266.25º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #272030 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB393248-
CMYK0.190.3300.81
HSL266.25º20%15.69%-
HSV(B)266.25º33.33%18.82%-
XYZ1.891.683.02-
YUV35.92134.82130.2-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 32.77%
GREEN value IS 32 (12.89% from 255) = 26.89%
BLUE value IS 48 (19.14% from 255) = 40.34%
R=32.77%
G=26.89%
B=40.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3932480.190.3300.81266.252015.69
Hex272030132105110a1410
Octal474060234101214122420
Binary10011110000011000010011100001010100011000010101010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272030; }

 p { color: rgb(39,32,48); }

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

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

 a { background-color: rgb(39,32,48); }

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

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

 span { border-color: rgb(39,32,48); }

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