#270F39

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

Shades of Blackcurrant #270F39

Tints of Blackcurrant #270F39

Color information

#270F39 (or 0x270F39) is unknown color: approx Blackcurrant. HEX triplet: 27, 0F and 39. RGB value is (39,15,57). Sum of RGB (Red+Green+Blue) = 39+15+57=111 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.14% from 111); Green value is 15 (6.25% from 255 or 13.51% from 111); Blue value is 57 (22.66% from 255 or 51.35% from 111); Max value from RGB is 57 - color contains mainly: blue. Hex color #270F39 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270F39 is #D8F0C6. Grayscale: #1A1A1A. Windows color (decimal): -14217415 or 3739431. OLE color: 3739431.

HSL color Cylindrical-coordinate representation of color #270F39: hue angle of 274.29º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #270F39 is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB391557-
CMYK0.320.7400.78
HSL274.29º58.33%14.12%-
HSV(B)274.29º73.68%22.35%-
XYZ1.751.073.99-
YUV26.96144.95136.58-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 35.14%
GREEN value IS 15 (6.25% from 255) = 13.51%
BLUE value IS 57 (22.66% from 255) = 51.35%
R=35.14%
G=13.51%
B=51.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3915570.320.7400.78274.2958.3314.12
Hex27F39204A04E1123ae
Octal4717714011201164227216
Binary10011111111110011000001001010010011101000100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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