#27093A

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

Shades of Blackcurrant #27093A

Tints of Blackcurrant #27093A

Color information

#27093A (or 0x27093A) is unknown color: approx Blackcurrant. HEX triplet: 27, 09 and 3A. RGB value is (39,9,58). Sum of RGB (Red+Green+Blue) = 39+9+58=106 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.79% from 106); Green value is 9 (3.91% from 255 or 8.49% from 106); Blue value is 58 (23.05% from 255 or 54.72% from 106); Max value from RGB is 58 - color contains mainly: blue. Hex color #27093A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27093A is #D8F6C5. Grayscale: #171717. Windows color (decimal): -14218950 or 3803431. OLE color: 3803431.

HSL color Cylindrical-coordinate representation of color #27093A: hue angle of 276.73º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27093A is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB39958-
CMYK0.330.8400.77
HSL276.73º73.13%13.14%-
HSV(B)276.73º84.48%22.75%-
XYZ1.70.934.09-
YUV23.56147.44139.02-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 36.79%
GREEN value IS 9 (3.91% from 255) = 8.49%
BLUE value IS 58 (23.05% from 255) = 54.72%
R=36.79%
G=8.49%
B=54.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal399580.330.8400.77276.7373.1313.14
Hex2793A215404D11549d
Octal47117241124011542511115
Binary100111100111101010000110101000100110110001010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27093A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27093A; }

 p { color: rgb(39,9,58); }

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

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

 a { background-color: rgb(39,9,58); }

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

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

 span { border-color: rgb(39,9,58); }

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