#270148

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

Shades of Blackcurrant #270148

Tints of Blackcurrant #270148

Color information

#270148 (or 0x270148) is unknown color: approx Blackcurrant. HEX triplet: 27, 01 and 48. RGB value is (39,1,72). Sum of RGB (Red+Green+Blue) = 39+1+72=112 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.82% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 72 (28.52% from 255 or 64.29% from 112); Max value from RGB is 72 - color contains mainly: blue. Hex color #270148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270148 is #D8FEB7. Grayscale: #141414. Windows color (decimal): -14220984 or 4718887. OLE color: 4718887.

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

Color convert

RGB39172-
CMYK0.460.9900.72
HSL272.11º97.26%14.31%-
HSV(B)272.11º98.61%28.24%-
XYZ2.020.926.2-
YUV20.46157.09141.23-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 34.82%
GREEN value IS 1 (0.78% from 255) = 0.89%
BLUE value IS 72 (28.52% from 255) = 64.29%
R=34.82%
G=0.89%
B=64.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal391720.460.9900.72272.1197.2614.31
Hex271482E6304811061e
Octal47111056143011042014116
Binary1001111100100010111011000110100100010001000011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270148; }

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

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

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

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

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

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

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

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