#27013C

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

Shades of Blackcurrant #27013C

Tints of Blackcurrant #27013C

Color information

#27013C (or 0x27013C) is unknown color: approx Blackcurrant. HEX triplet: 27, 01 and 3C. RGB value is (39,1,60). Sum of RGB (Red+Green+Blue) = 39+1+60=100 (13% of max value = 765). Red value is 39 (15.62% from 255 or 39% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 60 (23.83% from 255 or 60% from 100); Max value from RGB is 60 - color contains mainly: blue. Hex color #27013C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27013C is #D8FEC3. Grayscale: #121212. Windows color (decimal): -14220996 or 3932455. OLE color: 3932455.

HSL color Cylindrical-coordinate representation of color #27013C: hue angle of 278.64º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #27013C is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB39160-
CMYK0.350.9800.76
HSL278.64º96.72%11.96%-
HSV(B)278.64º98.33%23.53%-
XYZ1.660.784.34-
YUV19.09151.09142.2-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 39%
GREEN value IS 1 (0.78% from 255) = 1%
BLUE value IS 60 (23.83% from 255) = 60%
R=39%
G=1%
B=60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal391600.350.9800.76278.6496.7211.96
Hex2713C236204C11761c
Octal4717443142011442714114
Binary100111111110010001111000100100110010001011111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27013C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,1,60); }

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

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

 a { background-color: rgb(39,1,60); }

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

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

 span { border-color: rgb(39,1,60); }

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