#27043F

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

Shades of Blackcurrant #27043F

Tints of Blackcurrant #27043F

Color information

#27043F (or 0x27043F) is unknown color: approx Blackcurrant. HEX triplet: 27, 04 and 3F. RGB value is (39,4,63). Sum of RGB (Red+Green+Blue) = 39+4+63=106 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.79% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 63 (25% from 255 or 59.43% from 106); Max value from RGB is 63 - color contains mainly: blue. Hex color #27043F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27043F is #D8FBC0. Grayscale: #141414. Windows color (decimal): -14220225 or 4129831. OLE color: 4129831.

HSL color Cylindrical-coordinate representation of color #27043F: hue angle of 275.59º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #27043F is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB39463-
CMYK0.380.9400.75
HSL275.59º88.06%13.14%-
HSV(B)275.59º93.65%24.71%-
XYZ1.780.884.78-
YUV21.19151.6140.7-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 36.79%
GREEN value IS 4 (1.95% from 255) = 3.77%
BLUE value IS 63 (25% from 255) = 59.43%
R=36.79%
G=3.77%
B=59.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal394630.380.9400.75275.5988.0613.14
Hex2743F265E04B11458d
Octal4747746136011342413015
Binary10011110011111110011010111100100101110001010010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27043F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27043F; }

 p { color: rgb(39,4,63); }

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

<style>
 a { background-color: #27043F; }

 a { background-color: rgb(39,4,63); }

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

<style>
 span { border-color: #27043F; }

 span { border-color: rgb(39,4,63); }

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