#270340

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

Shades of Blackcurrant #270340

Tints of Blackcurrant #270340

Color information

#270340 (or 0x270340) is unknown color: approx Blackcurrant. HEX triplet: 27, 03 and 40. RGB value is (39,3,64). Sum of RGB (Red+Green+Blue) = 39+3+64=106 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.79% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 64 (25.39% from 255 or 60.38% from 106); Max value from RGB is 64 - color contains mainly: blue. Hex color #270340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270340 is #D8FCBF. Grayscale: #141414. Windows color (decimal): -14220480 or 4195111. OLE color: 4195111.

HSL color Cylindrical-coordinate representation of color #270340: hue angle of 275.41º 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 #270340 is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB39364-
CMYK0.390.9500.75
HSL275.41º91.04%13.14%-
HSV(B)275.41º95.31%25.1%-
XYZ1.790.874.92-
YUV20.72152.43141.04-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 36.79%
GREEN value IS 3 (1.56% from 255) = 2.83%
BLUE value IS 64 (25.39% from 255) = 60.38%
R=36.79%
G=2.83%
B=60.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal393640.390.9500.75275.4191.0413.14
Hex27340275F04B1135bd
Octal47310047137011342313315
Binary10011111100000010011110111110100101110001001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270340; }

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

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

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

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

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

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

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

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