#270145

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

Shades of Blackcurrant #270145

Tints of Blackcurrant #270145

Color information

#270145 (or 0x270145) is unknown color: approx Blackcurrant. HEX triplet: 27, 01 and 45. RGB value is (39,1,69). Sum of RGB (Red+Green+Blue) = 39+1+69=109 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.78% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 69 (27.34% from 255 or 63.30% from 109); Max value from RGB is 69 - color contains mainly: blue. Hex color #270145 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270145 is #D8FEBA. Grayscale: #131313. Windows color (decimal): -14220987 or 4522279. OLE color: 4522279.

HSL color Cylindrical-coordinate representation of color #270145: hue angle of 273.53º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #270145 is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB39169-
CMYK0.430.9900.73
HSL273.53º97.14%13.73%-
HSV(B)273.53º98.55%27.06%-
XYZ1.920.885.7-
YUV20.11155.59141.47-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 35.78%
GREEN value IS 1 (0.78% from 255) = 0.92%
BLUE value IS 69 (27.34% from 255) = 63.30%
R=35.78%
G=0.92%
B=63.30%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal391690.430.9900.73273.5397.1413.73
Hex271452B6304911261e
Octal47110553143011142214116
Binary1001111100010110101111000110100100110001001011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270145; }

 p { color: rgb(39,1,69); }

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

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

 a { background-color: rgb(39,1,69); }

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

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

 span { border-color: rgb(39,1,69); }

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