#270F34

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

Shades of Blackcurrant #270F34

Tints of Blackcurrant #270F34

Color information

#270F34 (or 0x270F34) is unknown color: approx Blackcurrant. HEX triplet: 27, 0F and 34. RGB value is (39,15,52). Sum of RGB (Red+Green+Blue) = 39+15+52=106 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.79% from 106); Green value is 15 (6.25% from 255 or 14.15% from 106); Blue value is 52 (20.70% from 255 or 49.06% from 106); Max value from RGB is 52 - color contains mainly: blue. Hex color #270F34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270F34 is #D8F0CB. Grayscale: #1A1A1A. Windows color (decimal): -14217420 or 3411751. OLE color: 3411751.

HSL color Cylindrical-coordinate representation of color #270F34: hue angle of 278.92º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #270F34 is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB391552-
CMYK0.250.7100.80
HSL278.92º55.22%13.14%-
HSV(B)278.92º71.15%20.39%-
XYZ1.631.023.36-
YUV26.39142.45136.99-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 36.79%
GREEN value IS 15 (6.25% from 255) = 14.15%
BLUE value IS 52 (20.70% from 255) = 49.06%
R=36.79%
G=14.15%
B=49.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3915520.250.7100.80278.9255.2213.14
Hex27F34194705011737d
Octal4717643110701204276715
Binary1001111111110100110011000111010100001000101111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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