#27132B

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

Shades of Blackcurrant #27132B

Tints of Blackcurrant #27132B

Color information

#27132B (or 0x27132B) is unknown color: approx Blackcurrant. HEX triplet: 27, 13 and 2B. RGB value is (39,19,43). Sum of RGB (Red+Green+Blue) = 39+19+43=101 (13% of max value = 765). Red value is 39 (15.62% from 255 or 38.61% from 101); Green value is 19 (7.81% from 255 or 18.81% from 101); Blue value is 43 (17.19% from 255 or 42.57% from 101); Max value from RGB is 43 - color contains mainly: blue. Hex color #27132B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27132B is #D8ECD4. Grayscale: #1B1B1B. Windows color (decimal): -14216405 or 2822951. OLE color: 2822951.

HSL color Cylindrical-coordinate representation of color #27132B: hue angle of 290º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #27132B is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB391943-
CMYK0.090.5600.83
HSL290º38.71%12.16%-
HSV(B)290º55.81%16.86%-
XYZ1.511.072.41-
YUV27.72136.63136.05-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 38.61%
GREEN value IS 19 (7.81% from 255) = 18.81%
BLUE value IS 43 (17.19% from 255) = 42.57%
R=38.61%
G=18.81%
B=42.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3919430.090.5600.8329038.7112.16
Hex27132B93805312227c
Octal472353117001234424714
Binary100111100111010111001111000010100111001000101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27132B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,19,43); }

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

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

 a { background-color: rgb(39,19,43); }

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

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

 span { border-color: rgb(39,19,43); }

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