#270341

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

Shades of Blackcurrant #270341

Tints of Blackcurrant #270341

Color information

#270341 (or 0x270341) is unknown color: approx Blackcurrant. HEX triplet: 27, 03 and 41. RGB value is (39,3,65). Sum of RGB (Red+Green+Blue) = 39+3+65=107 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.45% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 65 (25.78% from 255 or 60.75% from 107); Max value from RGB is 65 - color contains mainly: blue. Hex color #270341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270341 is #D8FCBE. Grayscale: #141414. Windows color (decimal): -14220479 or 4260647. OLE color: 4260647.

HSL color Cylindrical-coordinate representation of color #270341: hue angle of 274.84º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #270341 is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB39365-
CMYK0.400.9500.75
HSL274.84º91.18%13.33%-
HSV(B)274.84º95.38%25.49%-
XYZ1.820.885.07-
YUV20.83152.93140.96-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 36.45%
GREEN value IS 3 (1.56% from 255) = 2.80%
BLUE value IS 65 (25.78% from 255) = 60.75%
R=36.45%
G=2.80%
B=60.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal393650.400.9500.75274.8491.1813.33
Hex27341285F04B1135bd
Octal47310150137011342313315
Binary10011111100000110100010111110100101110001001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270341; }

 p { color: rgb(39,3,65); }

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

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

 a { background-color: rgb(39,3,65); }

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

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

 span { border-color: rgb(39,3,65); }

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