#270434

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

Shades of Blackcurrant #270434

Tints of Blackcurrant #270434

Color information

#270434 (or 0x270434) is unknown color: approx Blackcurrant. HEX triplet: 27, 04 and 34. RGB value is (39,4,52). Sum of RGB (Red+Green+Blue) = 39+4+52=95 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.05% from 95); Green value is 4 (1.95% from 255 or 4.21% from 95); Blue value is 52 (20.70% from 255 or 54.74% from 95); Max value from RGB is 52 - color contains mainly: blue. Hex color #270434 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270434 is #D8FBCB. Grayscale: #131313. Windows color (decimal): -14220236 or 3408935. OLE color: 3408935.

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

Color convert

RGB39452-
CMYK0.250.9200.80
HSL283.75º85.71%10.98%-
HSV(B)283.75º92.31%20.39%-
XYZ1.50.773.32-
YUV19.94146.1141.6-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 41.05%
GREEN value IS 4 (1.95% from 255) = 4.21%
BLUE value IS 52 (20.70% from 255) = 54.74%
R=41.05%
G=4.21%
B=54.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal394520.250.9200.80283.7585.7110.98
Hex27434195C05011c56b
Octal4746431134012043412613
Binary1001111001101001100110111000101000010001110010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270434; }

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

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

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

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

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

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

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

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