#110134

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

Shades of Blackcurrant #110134

Tints of Blackcurrant #110134

Color information

#110134 (or 0x110134) is unknown color: approx Blackcurrant. HEX triplet: 11, 01 and 34. RGB value is (17,1,52). Sum of RGB (Red+Green+Blue) = 17+1+52=70 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.29% from 70); Green value is 1 (0.78% from 255 or 1.43% from 70); Blue value is 52 (20.70% from 255 or 74.29% from 70); Max value from RGB is 52 - color contains mainly: blue. Hex color #110134 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110134 is #EEFECB. Grayscale: #0B0B0B. Windows color (decimal): -15662796 or 3408145. OLE color: 3408145.

HSL color Cylindrical-coordinate representation of color #110134: hue angle of 258.82º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #110134 is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB17152-
CMYK0.670.9800.80
HSL258.82º96.23%10.39%-
HSV(B)258.82º98.08%20.39%-
XYZ0.860.393.28-
YUV11.6150.8131.85-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 24.29%
GREEN value IS 1 (0.78% from 255) = 1.43%
BLUE value IS 52 (20.70% from 255) = 74.29%
R=24.29%
G=1.43%
B=74.29%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal171520.670.9800.80258.8296.2310.39
Hex11134436205010360a
Octal21164103142012040314012
Binary100011110100100001111000100101000010000001111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110134; }

 p { color: rgb(17,1,52); }

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

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

 a { background-color: rgb(17,1,52); }

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

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

 span { border-color: rgb(17,1,52); }

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