#27102D

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

Shades of Blackcurrant #27102D

Tints of Blackcurrant #27102D

Color information

#27102D (or 0x27102D) is unknown color: approx Blackcurrant. HEX triplet: 27, 10 and 2D. RGB value is (39,16,45). Sum of RGB (Red+Green+Blue) = 39+16+45=100 (13% of max value = 765). Red value is 39 (15.62% from 255 or 39% from 100); Green value is 16 (6.64% from 255 or 16% from 100); Blue value is 45 (17.97% from 255 or 45% from 100); Max value from RGB is 45 - color contains mainly: blue. Hex color #27102D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27102D is #D8EFD2. Grayscale: #1A1A1A. Windows color (decimal): -14217171 or 2953255. OLE color: 2953255.

HSL color Cylindrical-coordinate representation of color #27102D: hue angle of 287.59º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #27102D is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB391645-
CMYK0.130.6400.82
HSL287.59º47.54%11.96%-
HSV(B)287.59º64.44%17.65%-
XYZ1.50.992.6-
YUV26.18138.62137.14-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 39%
GREEN value IS 16 (6.64% from 255) = 16%
BLUE value IS 45 (17.97% from 255) = 45%
R=39%
G=16%
B=45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3916450.130.6400.82287.5947.5411.96
Hex27102DD4005212030c
Octal4720551510001224406014
Binary1001111000010110111011000000010100101001000001100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27102D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,16,45); }

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

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

 a { background-color: rgb(39,16,45); }

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

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

 span { border-color: rgb(39,16,45); }

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