#27063F

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

Shades of Blackcurrant #27063F

Tints of Blackcurrant #27063F

Color information

#27063F (or 0x27063F) is unknown color: approx Blackcurrant. HEX triplet: 27, 06 and 3F. RGB value is (39,6,63). Sum of RGB (Red+Green+Blue) = 39+6+63=108 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.11% from 108); Green value is 6 (2.73% from 255 or 5.56% from 108); Blue value is 63 (25% from 255 or 58.33% from 108); Max value from RGB is 63 - color contains mainly: blue. Hex color #27063F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27063F is #D8F9C0. Grayscale: #161616. Windows color (decimal): -14219713 or 4130343. OLE color: 4130343.

HSL color Cylindrical-coordinate representation of color #27063F: hue angle of 274.74º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #27063F is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB39663-
CMYK0.380.9000.75
HSL274.74º82.61%13.53%-
HSV(B)274.74º90.48%24.71%-
XYZ1.80.924.79-
YUV22.36150.93139.87-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 36.11%
GREEN value IS 6 (2.73% from 255) = 5.56%
BLUE value IS 63 (25% from 255) = 58.33%
R=36.11%
G=5.56%
B=58.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal396630.380.9000.75274.7482.6113.53
Hex2763F265A04B11353e
Octal4767746132011342312316
Binary10011111011111110011010110100100101110001001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27063F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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