#270532

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

Shades of Blackcurrant #270532

Tints of Blackcurrant #270532

Color information

#270532 (or 0x270532) is unknown color: approx Blackcurrant. HEX triplet: 27, 05 and 32. RGB value is (39,5,50). Sum of RGB (Red+Green+Blue) = 39+5+50=94 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.49% from 94); Green value is 5 (2.34% from 255 or 5.32% from 94); Blue value is 50 (19.92% from 255 or 53.19% from 94); Max value from RGB is 50 - color contains mainly: blue. Hex color #270532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270532 is #D8FACD. Grayscale: #141414. Windows color (decimal): -14219982 or 3278119. OLE color: 3278119.

HSL color Cylindrical-coordinate representation of color #270532: hue angle of 285.33º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #270532 is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB39550-
CMYK0.220.9000.80
HSL285.33º81.82%10.78%-
HSV(B)285.33º90%19.61%-
XYZ1.470.773.09-
YUV20.3144.76141.34-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 41.49%
GREEN value IS 5 (2.34% from 255) = 5.32%
BLUE value IS 50 (19.92% from 255) = 53.19%
R=41.49%
G=5.32%
B=53.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal395500.220.9000.80285.3381.8210.78
Hex27532165A05011d52b
Octal4756226132012043512213
Binary1001111011100101011010110100101000010001110110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270532; }

 p { color: rgb(39,5,50); }

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

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

 a { background-color: rgb(39,5,50); }

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

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

 span { border-color: rgb(39,5,50); }

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