#270239

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

Shades of Blackcurrant #270239

Tints of Blackcurrant #270239

Color information

#270239 (or 0x270239) is unknown color: approx Blackcurrant. HEX triplet: 27, 02 and 39. RGB value is (39,2,57). Sum of RGB (Red+Green+Blue) = 39+2+57=98 (12% of max value = 765). Red value is 39 (15.62% from 255 or 39.80% from 98); Green value is 2 (1.17% from 255 or 2.04% from 98); Blue value is 57 (22.66% from 255 or 58.16% from 98); Max value from RGB is 57 - color contains mainly: blue. Hex color #270239 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270239 is #D8FDC6. Grayscale: #131313. Windows color (decimal): -14220743 or 3736103. OLE color: 3736103.

HSL color Cylindrical-coordinate representation of color #270239: hue angle of 280.36º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #270239 is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB39257-
CMYK0.320.9600.78
HSL280.36º93.22%11.57%-
HSV(B)280.36º96.49%22.35%-
XYZ1.60.773.94-
YUV19.33149.26142.03-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 39.80%
GREEN value IS 2 (1.17% from 255) = 2.04%
BLUE value IS 57 (22.66% from 255) = 58.16%
R=39.80%
G=2.04%
B=58.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal392570.320.9600.78280.3693.2211.57
Hex27239206004E1185dc
Octal4727140140011643013514
Binary1001111011100110000011000000100111010001100010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270239; }

 p { color: rgb(39,2,57); }

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

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

 a { background-color: rgb(39,2,57); }

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

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

 span { border-color: rgb(39,2,57); }

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