#270D2D

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

Shades of Blackcurrant #270D2D

Tints of Blackcurrant #270D2D

Color information

#270D2D (or 0x270D2D) is unknown color: approx Blackcurrant. HEX triplet: 27, 0D and 2D. RGB value is (39,13,45). Sum of RGB (Red+Green+Blue) = 39+13+45=97 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.21% from 97); Green value is 13 (5.47% from 255 or 13.40% from 97); Blue value is 45 (17.97% from 255 or 46.39% from 97); Max value from RGB is 45 - color contains mainly: blue. Hex color #270D2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270D2D is #D8F2D2. Grayscale: #181818. Windows color (decimal): -14217939 or 2952487. OLE color: 2952487.

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

Color convert

RGB391345-
CMYK0.130.7100.82
HSL288.75º55.17%11.37%-
HSV(B)288.75º71.11%17.65%-
XYZ1.450.912.58-
YUV24.42139.61138.4-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 40.21%
GREEN value IS 13 (5.47% from 255) = 13.40%
BLUE value IS 45 (17.97% from 255) = 46.39%
R=40.21%
G=13.40%
B=46.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3913450.130.7100.82288.7555.1711.37
Hex27D2DD4705212137b
Octal4715551510701224416713
Binary100111110110110111011000111010100101001000011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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