#27163A

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

Shades of Blackcurrant #27163A

Tints of Blackcurrant #27163A

Color information

#27163A (or 0x27163A) is unknown color: approx Blackcurrant. HEX triplet: 27, 16 and 3A. RGB value is (39,22,58). Sum of RGB (Red+Green+Blue) = 39+22+58=119 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.77% from 119); Green value is 22 (8.98% from 255 or 18.49% from 119); Blue value is 58 (23.05% from 255 or 48.74% from 119); Max value from RGB is 58 - color contains mainly: blue. Hex color #27163A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27163A is #D8E9C5. Grayscale: #1F1F1F. Windows color (decimal): -14215622 or 3806759. OLE color: 3806759.

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

Color convert

RGB392258-
CMYK0.330.6200.77
HSL268.33º45%15.69%-
HSV(B)268.33º62.07%22.75%-
XYZ1.891.314.16-
YUV31.19143.13133.57-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 32.77%
GREEN value IS 22 (8.98% from 255) = 18.49%
BLUE value IS 58 (23.05% from 255) = 48.74%
R=32.77%
G=18.49%
B=48.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3922580.330.6200.77268.334515.69
Hex27163A213E04D10c2d10
Octal472672417601154145520
Binary100111101101110101000011111100100110110000110010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27163A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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