#27152C

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

Shades of Blackcurrant #27152C

Tints of Blackcurrant #27152C

Color information

#27152C (or 0x27152C) is unknown color: approx Blackcurrant. HEX triplet: 27, 15 and 2C. RGB value is (39,21,44). Sum of RGB (Red+Green+Blue) = 39+21+44=104 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.5% from 104); Green value is 21 (8.59% from 255 or 20.19% from 104); Blue value is 44 (17.58% from 255 or 42.31% from 104); Max value from RGB is 44 - color contains mainly: blue. Hex color #27152C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27152C is #D8EAD3. Grayscale: #1C1C1C. Windows color (decimal): -14215892 or 2888999. OLE color: 2888999.

HSL color Cylindrical-coordinate representation of color #27152C: hue angle of 286.96º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #27152C is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB392144-
CMYK0.110.5200.83
HSL286.96º35.38%12.75%-
HSV(B)286.96º52.27%17.25%-
XYZ1.561.152.52-
YUV29136.46135.13-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 37.5%
GREEN value IS 21 (8.59% from 255) = 20.19%
BLUE value IS 44 (17.58% from 255) = 42.31%
R=37.5%
G=20.19%
B=42.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3921440.110.5200.83286.9635.3812.75
Hex27152CB3405311f23d
Octal472554136401234374315
Binary100111101011011001011110100010100111000111111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27152C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27152C; }

 p { color: rgb(39,21,44); }

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

<style>
 a { background-color: #27152C; }

 a { background-color: rgb(39,21,44); }

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

<style>
 span { border-color: #27152C; }

 span { border-color: rgb(39,21,44); }

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