#270034

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

Shades of Blackcurrant #270034

Tints of Blackcurrant #270034

Color information

#270034 (or 0x270034) is unknown color: approx Blackcurrant. HEX triplet: 27, 00 and 34. RGB value is (39,0,52). Sum of RGB (Red+Green+Blue) = 39+0+52=91 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.86% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 52 (20.70% from 255 or 57.14% from 91); Max value from RGB is 52 - color contains mainly: blue. Hex color #270034 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270034 is #D8FFCB. Grayscale: #111111. Windows color (decimal): -14221260 or 3407911. OLE color: 3407911.

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

Color convert

RGB39052-
CMYK0.25100.80
HSL285º100%10.2%-
HSV(B)285º100%20.39%-
XYZ1.460.683.3-
YUV17.59147.42143.27-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 42.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 52 (20.70% from 255) = 57.14%
R=42.86%
G=0%
B=57.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal390520.25100.8028510010.2
Hex27034196405011d64a
Octal4706431144012043514412
Binary10011101101001100111001000101000010001110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270034; }

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

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

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

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

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

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

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

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