#270F35

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

Shades of Blackcurrant #270F35

Tints of Blackcurrant #270F35

Color information

#270F35 (or 0x270F35) is unknown color: approx Blackcurrant. HEX triplet: 27, 0F and 35. RGB value is (39,15,53). Sum of RGB (Red+Green+Blue) = 39+15+53=107 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.45% from 107); Green value is 15 (6.25% from 255 or 14.02% from 107); Blue value is 53 (21.09% from 255 or 49.53% from 107); Max value from RGB is 53 - color contains mainly: blue. Hex color #270F35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270F35 is #D8F0CA. Grayscale: #1A1A1A. Windows color (decimal): -14217419 or 3477287. OLE color: 3477287.

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

Color convert

RGB391553-
CMYK0.260.7200.79
HSL277.89º55.88%13.33%-
HSV(B)277.89º71.7%20.78%-
XYZ1.651.033.48-
YUV26.51142.95136.91-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 36.45%
GREEN value IS 15 (6.25% from 255) = 14.02%
BLUE value IS 53 (21.09% from 255) = 49.53%
R=36.45%
G=14.02%
B=49.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3915530.260.7200.79277.8955.8813.33
Hex27F351A4804F11638d
Octal4717653211001174267015
Binary1001111111110101110101001000010011111000101101110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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