#270F3F

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

Shades of Blackcurrant #270F3F

Tints of Blackcurrant #270F3F

Color information

#270F3F (or 0x270F3F) is unknown color: approx Blackcurrant. HEX triplet: 27, 0F and 3F. RGB value is (39,15,63). Sum of RGB (Red+Green+Blue) = 39+15+63=117 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.33% from 117); Green value is 15 (6.25% from 255 or 12.82% from 117); Blue value is 63 (25% from 255 or 53.85% from 117); Max value from RGB is 63 - color contains mainly: blue. Hex color #270F3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270F3F is #D8F0C0. Grayscale: #1B1B1B. Windows color (decimal): -14217409 or 4132647. OLE color: 4132647.

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

Color convert

RGB391563-
CMYK0.380.7600.75
HSL270º61.54%15.29%-
HSV(B)270º76.19%24.71%-
XYZ1.91.134.82-
YUV27.65147.95136.1-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.33%
GREEN value IS 15 (6.25% from 255) = 12.82%
BLUE value IS 63 (25% from 255) = 53.85%
R=33.33%
G=12.82%
B=53.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3915630.380.7600.7527061.5415.29
Hex27F3F264C04B10e3ef
Octal4717774611401134167617
Binary10011111111111111001101001100010010111000011101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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