#27163D

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

Shades of Blackcurrant #27163D

Tints of Blackcurrant #27163D

Color information

#27163D (or 0x27163D) is unknown color: approx Blackcurrant. HEX triplet: 27, 16 and 3D. RGB value is (39,22,61). Sum of RGB (Red+Green+Blue) = 39+22+61=122 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.97% from 122); Green value is 22 (8.98% from 255 or 18.03% from 122); Blue value is 61 (24.22% from 255 or 50% from 122); Max value from RGB is 61 - color contains mainly: blue. Hex color #27163D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27163D is #D8E9C2. Grayscale: #1F1F1F. Windows color (decimal): -14215619 or 4003367. OLE color: 4003367.

HSL color Cylindrical-coordinate representation of color #27163D: hue angle of 266.15º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #27163D is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB392261-
CMYK0.360.6400.76
HSL266.15º46.99%16.27%-
HSV(B)266.15º63.93%23.92%-
XYZ1.971.344.57-
YUV31.53144.63133.33-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 31.97%
GREEN value IS 22 (8.98% from 255) = 18.03%
BLUE value IS 61 (24.22% from 255) = 50%
R=31.97%
G=18.03%
B=50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3922610.360.6400.76266.1546.9916.27
Hex27163D244004C10a2f10
Octal4726754410001144125720
Binary1001111011011110110010010000000100110010000101010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27163D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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