#270334

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

Shades of Blackcurrant #270334

Tints of Blackcurrant #270334

Color information

#270334 (or 0x270334) is unknown color: approx Blackcurrant. HEX triplet: 27, 03 and 34. RGB value is (39,3,52). Sum of RGB (Red+Green+Blue) = 39+3+52=94 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.49% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 52 (20.70% from 255 or 55.32% from 94); Max value from RGB is 52 - color contains mainly: blue. Hex color #270334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270334 is #D8FCCB. Grayscale: #131313. Windows color (decimal): -14220492 or 3408679. OLE color: 3408679.

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

Color convert

RGB39352-
CMYK0.250.9400.80
HSL284.08º89.09%10.78%-
HSV(B)284.08º94.23%20.39%-
XYZ1.490.743.31-
YUV19.35146.43142.02-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 41.49%
GREEN value IS 3 (1.56% from 255) = 3.19%
BLUE value IS 52 (20.70% from 255) = 55.32%
R=41.49%
G=3.19%
B=55.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal393520.250.9400.80284.0889.0910.78
Hex27334195E05011c59b
Octal4736431136012043413113
Binary100111111101001100110111100101000010001110010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270334; }

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

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

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

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

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

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

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

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