#270431

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

Shades of Blackcurrant #270431

Tints of Blackcurrant #270431

Color information

#270431 (or 0x270431) is unknown color: approx Blackcurrant. HEX triplet: 27, 04 and 31. RGB value is (39,4,49). Sum of RGB (Red+Green+Blue) = 39+4+49=92 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.39% from 92); Green value is 4 (1.95% from 255 or 4.35% from 92); Blue value is 49 (19.53% from 255 or 53.26% from 92); Max value from RGB is 49 - color contains mainly: blue. Hex color #270431 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270431 is #D8FBCE. Grayscale: #131313. Windows color (decimal): -14220239 or 3212327. OLE color: 3212327.

HSL color Cylindrical-coordinate representation of color #270431: hue angle of 286.67º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #270431 is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB39449-
CMYK0.200.9200.81
HSL286.67º84.91%10.39%-
HSV(B)286.67º91.84%19.22%-
XYZ1.430.742.97-
YUV19.6144.6141.84-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 42.39%
GREEN value IS 4 (1.95% from 255) = 4.35%
BLUE value IS 49 (19.53% from 255) = 53.26%
R=42.39%
G=4.35%
B=53.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal394490.200.9200.81286.6784.9110.39
Hex27431145C05111f55a
Octal4746124134012143712512
Binary1001111001100011010010111000101000110001111110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270431; }

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

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

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

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

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

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

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

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