#270F3D

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

Shades of Blackcurrant #270F3D

Tints of Blackcurrant #270F3D

Color information

#270F3D (or 0x270F3D) is unknown color: approx Blackcurrant. HEX triplet: 27, 0F and 3D. RGB value is (39,15,61). Sum of RGB (Red+Green+Blue) = 39+15+61=115 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.91% from 115); Green value is 15 (6.25% from 255 or 13.04% from 115); Blue value is 61 (24.22% from 255 or 53.04% from 115); Max value from RGB is 61 - color contains mainly: blue. Hex color #270F3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270F3D is #D8F0C2. Grayscale: #1B1B1B. Windows color (decimal): -14217411 or 4001575. OLE color: 4001575.

HSL color Cylindrical-coordinate representation of color #270F3D: hue angle of 271.3º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #270F3D is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB391561-
CMYK0.360.7500.76
HSL271.3º60.53%14.9%-
HSV(B)271.3º75.41%23.92%-
XYZ1.851.114.53-
YUV27.42146.95136.26-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.91%
GREEN value IS 15 (6.25% from 255) = 13.04%
BLUE value IS 61 (24.22% from 255) = 53.04%
R=33.91%
G=13.04%
B=53.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3915610.360.7500.76271.360.5314.9
Hex27F3D244B04C10f3df
Octal4717754411301144177517
Binary10011111111111011001001001011010011001000011111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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