#27123B

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

Shades of Blackcurrant #27123B

Tints of Blackcurrant #27123B

Color information

#27123B (or 0x27123B) is unknown color: approx Blackcurrant. HEX triplet: 27, 12 and 3B. RGB value is (39,18,59). Sum of RGB (Red+Green+Blue) = 39+18+59=116 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.62% from 116); Green value is 18 (7.42% from 255 or 15.52% from 116); Blue value is 59 (23.44% from 255 or 50.86% from 116); Max value from RGB is 59 - color contains mainly: blue. Hex color #27123B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27123B is #D8EDC4. Grayscale: #1C1C1C. Windows color (decimal): -14216645 or 3871271. OLE color: 3871271.

HSL color Cylindrical-coordinate representation of color #27123B: hue angle of 270.73º 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 #27123B is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB391859-
CMYK0.340.6900.77
HSL270.73º53.25%15.1%-
HSV(B)270.73º69.49%23.14%-
XYZ1.841.184.27-
YUV28.95144.96135.17-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.62%
GREEN value IS 18 (7.42% from 255) = 15.52%
BLUE value IS 59 (23.44% from 255) = 50.86%
R=33.62%
G=15.52%
B=50.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3918590.340.6900.77270.7353.2515.1
Hex27123B224504D10f35f
Octal4722734210501154176517
Binary100111100101110111000101000101010011011000011111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27123B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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