#270F2D

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

Shades of Blackcurrant #270F2D

Tints of Blackcurrant #270F2D

Color information

#270F2D (or 0x270F2D) is unknown color: approx Blackcurrant. HEX triplet: 27, 0F and 2D. RGB value is (39,15,45). Sum of RGB (Red+Green+Blue) = 39+15+45=99 (13% of max value = 765). Red value is 39 (15.62% from 255 or 39.39% from 99); Green value is 15 (6.25% from 255 or 15.15% from 99); Blue value is 45 (17.97% from 255 or 45.45% from 99); Max value from RGB is 45 - color contains mainly: blue. Hex color #270F2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270F2D is #D8F0D2. Grayscale: #191919. Windows color (decimal): -14217427 or 2952999. OLE color: 2952999.

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

Color convert

RGB391545-
CMYK0.130.6700.82
HSL288º50%11.76%-
HSV(B)288º66.67%17.65%-
XYZ1.480.962.59-
YUV25.6138.95137.56-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 39.39%
GREEN value IS 15 (6.25% from 255) = 15.15%
BLUE value IS 45 (17.97% from 255) = 45.45%
R=39.39%
G=15.15%
B=45.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3915450.130.6700.822885011.76
Hex27F2DD4305212032c
Octal4717551510301224406214
Binary100111111110110111011000011010100101001000001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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