#270332

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

Shades of Blackcurrant #270332

Tints of Blackcurrant #270332

Color information

#270332 (or 0x270332) is unknown color: approx Blackcurrant. HEX triplet: 27, 03 and 32. RGB value is (39,3,50). Sum of RGB (Red+Green+Blue) = 39+3+50=92 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.39% from 92); Green value is 3 (1.56% from 255 or 3.26% from 92); Blue value is 50 (19.92% from 255 or 54.35% from 92); Max value from RGB is 50 - color contains mainly: blue. Hex color #270332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270332 is #D8FCCD. Grayscale: #121212. Windows color (decimal): -14220494 or 3277607. OLE color: 3277607.

HSL color Cylindrical-coordinate representation of color #270332: hue angle of 285.96º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #270332 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB39350-
CMYK0.220.9400.80
HSL285.96º88.68%10.39%-
HSV(B)285.96º94%19.61%-
XYZ1.440.733.08-
YUV19.12145.43142.18-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 42.39%
GREEN value IS 3 (1.56% from 255) = 3.26%
BLUE value IS 50 (19.92% from 255) = 54.35%
R=42.39%
G=3.26%
B=54.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal393500.220.9400.80285.9688.6810.39
Hex27332165E05011e59a
Octal4736226136012043613112
Binary100111111100101011010111100101000010001111010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270332; }

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

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

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

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

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

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

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

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