#27103F

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

Shades of Blackcurrant #27103F

Tints of Blackcurrant #27103F

Color information

#27103F (or 0x27103F) is unknown color: approx Blackcurrant. HEX triplet: 27, 10 and 3F. RGB value is (39,16,63). Sum of RGB (Red+Green+Blue) = 39+16+63=118 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.05% from 118); Green value is 16 (6.64% from 255 or 13.56% from 118); Blue value is 63 (25% from 255 or 53.39% from 118); Max value from RGB is 63 - color contains mainly: blue. Hex color #27103F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27103F is #D8EFC0. Grayscale: #1C1C1C. Windows color (decimal): -14217153 or 4132903. OLE color: 4132903.

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

Color convert

RGB391663-
CMYK0.380.7500.75
HSL269.36º59.49%15.49%-
HSV(B)269.36º74.6%24.71%-
XYZ1.921.164.83-
YUV28.24147.62135.68-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.05%
GREEN value IS 16 (6.64% from 255) = 13.56%
BLUE value IS 63 (25% from 255) = 53.39%
R=33.05%
G=13.56%
B=53.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3916630.380.7500.75269.3659.4915.49
Hex27103F264B04B10d3bf
Octal4720774611301134157317
Binary100111100001111111001101001011010010111000011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27103F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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