#27123A

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

Shades of Blackcurrant #27123A

Tints of Blackcurrant #27123A

Color information

#27123A (or 0x27123A) is unknown color: approx Blackcurrant. HEX triplet: 27, 12 and 3A. RGB value is (39,18,58). Sum of RGB (Red+Green+Blue) = 39+18+58=115 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.91% from 115); Green value is 18 (7.42% from 255 or 15.65% from 115); Blue value is 58 (23.05% from 255 or 50.43% from 115); Max value from RGB is 58 - color contains mainly: blue. Hex color #27123A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27123A is #D8EDC5. Grayscale: #1C1C1C. Windows color (decimal): -14216646 or 3805735. OLE color: 3805735.

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

Color convert

RGB391858-
CMYK0.330.6900.77
HSL271.5º52.63%14.9%-
HSV(B)271.5º68.97%22.75%-
XYZ1.821.174.13-
YUV28.84144.46135.25-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.91%
GREEN value IS 18 (7.42% from 255) = 15.65%
BLUE value IS 58 (23.05% from 255) = 50.43%
R=33.91%
G=15.65%
B=50.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3918580.330.6900.77271.552.6314.9
Hex27123A214504D11035f
Octal4722724110501154206517
Binary100111100101110101000011000101010011011000100001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27123A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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