#270533

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

Shades of Blackcurrant #270533

Tints of Blackcurrant #270533

Color information

#270533 (or 0x270533) is unknown color: approx Blackcurrant. HEX triplet: 27, 05 and 33. RGB value is (39,5,51). Sum of RGB (Red+Green+Blue) = 39+5+51=95 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.05% from 95); Green value is 5 (2.34% from 255 or 5.26% from 95); Blue value is 51 (20.31% from 255 or 53.68% from 95); Max value from RGB is 51 - color contains mainly: blue. Hex color #270533 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270533 is #D8FACC. Grayscale: #141414. Windows color (decimal): -14219981 or 3343655. OLE color: 3343655.

HSL color Cylindrical-coordinate representation of color #270533: hue angle of 284.35º 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 #270533 is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB39551-
CMYK0.240.9000.8
HSL284.35º82.14%10.98%-
HSV(B)284.35º90.2%20%-
XYZ1.490.783.2-
YUV20.41145.26141.26-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 41.05%
GREEN value IS 5 (2.34% from 255) = 5.26%
BLUE value IS 51 (20.31% from 255) = 53.68%
R=41.05%
G=5.26%
B=53.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal395510.240.9000.8284.3582.1410.98
Hex27533185A05011c52b
Octal4756330132012043412213
Binary1001111011100111100010110100101000010001110010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270533; }

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

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

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

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

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

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

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

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