#270C3A

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

Shades of Blackcurrant #270C3A

Tints of Blackcurrant #270C3A

Color information

#270C3A (or 0x270C3A) is unknown color: approx Blackcurrant. HEX triplet: 27, 0C and 3A. RGB value is (39,12,58). Sum of RGB (Red+Green+Blue) = 39+12+58=109 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.78% from 109); Green value is 12 (5.08% from 255 or 11.01% from 109); Blue value is 58 (23.05% from 255 or 53.21% from 109); Max value from RGB is 58 - color contains mainly: blue. Hex color #270C3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270C3A is #D8F3C5. Grayscale: #191919. Windows color (decimal): -14218182 or 3804199. OLE color: 3804199.

HSL color Cylindrical-coordinate representation of color #270C3A: hue angle of 275.22º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #270C3A is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB391258-
CMYK0.330.7900.77
HSL275.22º65.71%13.73%-
HSV(B)275.22º79.31%22.75%-
XYZ1.7314.1-
YUV25.32146.45137.76-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 35.78%
GREEN value IS 12 (5.08% from 255) = 11.01%
BLUE value IS 58 (23.05% from 255) = 53.21%
R=35.78%
G=11.01%
B=53.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3912580.330.7900.77275.2265.7113.73
Hex27C3A214F04D11342e
Octal47147241117011542310216
Binary100111110011101010000110011110100110110001001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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