#270C2D

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

Shades of Blackcurrant #270C2D

Tints of Blackcurrant #270C2D

Color information

#270C2D (or 0x270C2D) is unknown color: approx Blackcurrant. HEX triplet: 27, 0C and 2D. RGB value is (39,12,45). Sum of RGB (Red+Green+Blue) = 39+12+45=96 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.62% from 96); Green value is 12 (5.08% from 255 or 12.5% from 96); Blue value is 45 (17.97% from 255 or 46.88% from 96); Max value from RGB is 45 - color contains mainly: blue. Hex color #270C2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270C2D is #D8F3D2. Grayscale: #171717. Windows color (decimal): -14218195 or 2952231. OLE color: 2952231.

HSL color Cylindrical-coordinate representation of color #270C2D: hue angle of 289.09º degrees, saturation: 0.58, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #270C2D is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB391245-
CMYK0.130.7300.82
HSL289.09º57.89%11.18%-
HSV(B)289.09º73.33%17.65%-
XYZ1.440.882.58-
YUV23.83139.95138.82-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 40.62%
GREEN value IS 12 (5.08% from 255) = 12.5%
BLUE value IS 45 (17.97% from 255) = 46.88%
R=40.62%
G=12.5%
B=46.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3912450.130.7300.82289.0957.8911.18
Hex27C2DD490521213ab
Octal4714551511101224417213
Binary100111110010110111011001001010100101001000011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270C2D; }

 p { color: rgb(39,12,45); }

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

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

 a { background-color: rgb(39,12,45); }

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

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

 span { border-color: rgb(39,12,45); }

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