#270151

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

Shades of Blackcurrant #270151

Tints of Blackcurrant #270151

Color information

#270151 (or 0x270151) is unknown color: approx Blackcurrant. HEX triplet: 27, 01 and 51. RGB value is (39,1,81). Sum of RGB (Red+Green+Blue) = 39+1+81=121 (16% of max value = 765). Red value is 39 (15.62% from 255 or 32.23% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 81 (32.03% from 255 or 66.94% from 121); Max value from RGB is 81 - color contains mainly: blue. Hex color #270151 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270151 is #D8FEAE. Grayscale: #151515. Windows color (decimal): -14220975 or 5308711. OLE color: 5308711.

HSL color Cylindrical-coordinate representation of color #270151: hue angle of 268.5º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #270151 is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB39181-
CMYK0.520.9900.68
HSL268.5º97.56%16.08%-
HSV(B)268.5º98.77%31.76%-
XYZ2.331.057.86-
YUV21.48161.59140.5-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 32.23%
GREEN value IS 1 (0.78% from 255) = 0.83%
BLUE value IS 81 (32.03% from 255) = 66.94%
R=32.23%
G=0.83%
B=66.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal391810.520.9900.68268.597.5616.08
Hex27151346304410c6210
Octal47112164143010441414220
Binary10011111010001110100110001101000100100001100110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270151; }

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

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

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

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

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

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

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

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