#270F36

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

Shades of Blackcurrant #270F36

Tints of Blackcurrant #270F36

Color information

#270F36 (or 0x270F36) is unknown color: approx Blackcurrant. HEX triplet: 27, 0F and 36. RGB value is (39,15,54). Sum of RGB (Red+Green+Blue) = 39+15+54=108 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.11% from 108); Green value is 15 (6.25% from 255 or 13.89% from 108); Blue value is 54 (21.48% from 255 or 50% from 108); Max value from RGB is 54 - color contains mainly: blue. Hex color #270F36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270F36 is #D8F0C9. Grayscale: #1A1A1A. Windows color (decimal): -14217418 or 3542823. OLE color: 3542823.

HSL color Cylindrical-coordinate representation of color #270F36: hue angle of 276.92º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #270F36 is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB391554-
CMYK0.280.7200.79
HSL276.92º56.52%13.53%-
HSV(B)276.92º72.22%21.18%-
XYZ1.671.043.6-
YUV26.62143.45136.83-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 36.11%
GREEN value IS 15 (6.25% from 255) = 13.89%
BLUE value IS 54 (21.48% from 255) = 50%
R=36.11%
G=13.89%
B=50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3915540.280.7200.79276.9256.5213.53
Hex27F361C4804F11539e
Octal4717663411001174257116
Binary1001111111110110111001001000010011111000101011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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