#110427

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

Shades of Blackcurrant #110427

Tints of Blackcurrant #110427

Color information

#110427 (or 0x110427) is unknown color: approx Blackcurrant. HEX triplet: 11, 04 and 27. RGB value is (17,4,39). Sum of RGB (Red+Green+Blue) = 17+4+39=60 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.33% from 60); Green value is 4 (1.95% from 255 or 6.67% from 60); Blue value is 39 (15.62% from 255 or 65% from 60); Max value from RGB is 39 - color contains mainly: blue. Hex color #110427 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110427 is #EEFBD8. Grayscale: #0B0B0B. Windows color (decimal): -15662041 or 2556945. OLE color: 2556945.

HSL color Cylindrical-coordinate representation of color #110427: hue angle of 262.29º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #110427 is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB17439-
CMYK0.560.9000.85
HSL262.29º81.4%8.43%-
HSV(B)262.29º89.74%15.29%-
XYZ0.640.351.95-
YUV11.88143.31131.65-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 28.33%
GREEN value IS 4 (1.95% from 255) = 6.67%
BLUE value IS 39 (15.62% from 255) = 65%
R=28.33%
G=6.67%
B=65%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal174390.560.9000.85262.2981.48.43
Hex11427385A055106518
Octal2144770132012540612110
Binary1000110010011111100010110100101010110000011010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110427; }

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

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

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

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

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

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

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

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