#270C35

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

Shades of Blackcurrant #270C35

Tints of Blackcurrant #270C35

Color information

#270C35 (or 0x270C35) is unknown color: approx Blackcurrant. HEX triplet: 27, 0C and 35. RGB value is (39,12,53). Sum of RGB (Red+Green+Blue) = 39+12+53=104 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.5% from 104); Green value is 12 (5.08% from 255 or 11.54% from 104); Blue value is 53 (21.09% from 255 or 50.96% from 104); Max value from RGB is 53 - color contains mainly: blue. Hex color #270C35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270C35 is #D8F3CA. Grayscale: #181818. Windows color (decimal): -14218187 or 3476519. OLE color: 3476519.

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

Color convert

RGB391253-
CMYK0.260.7700.79
HSL279.51º63.08%12.75%-
HSV(B)279.51º77.36%20.78%-
XYZ1.610.953.47-
YUV24.75143.95138.17-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 37.5%
GREEN value IS 12 (5.08% from 255) = 11.54%
BLUE value IS 53 (21.09% from 255) = 50.96%
R=37.5%
G=11.54%
B=50.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3912530.260.7700.79279.5163.0812.75
Hex27C351A4D04F1183fd
Octal4714653211501174307715
Binary1001111100110101110101001101010011111000110001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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