#110230

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

Shades of Blackcurrant #110230

Tints of Blackcurrant #110230

Color information

#110230 (or 0x110230) is unknown color: approx Blackcurrant. HEX triplet: 11, 02 and 30. RGB value is (17,2,48). Sum of RGB (Red+Green+Blue) = 17+2+48=67 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.37% from 67); Green value is 2 (1.17% from 255 or 2.99% from 67); Blue value is 48 (19.14% from 255 or 71.64% from 67); Max value from RGB is 48 - color contains mainly: blue. Hex color #110230 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110230 is #EEFDCF. Grayscale: #0B0B0B. Windows color (decimal): -15662544 or 3146257. OLE color: 3146257.

HSL color Cylindrical-coordinate representation of color #110230: hue angle of 259.57º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #110230 is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB17248-
CMYK0.650.9600.81
HSL259.57º92%9.8%-
HSV(B)259.57º95.83%18.82%-
XYZ0.790.382.83-
YUV11.73148.47131.76-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 25.37%
GREEN value IS 2 (1.17% from 255) = 2.99%
BLUE value IS 48 (19.14% from 255) = 71.64%
R=25.37%
G=2.99%
B=71.64%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal172480.650.9600.81259.57929.8
Hex1123041600511045ca
Octal21260101140012140413412
Binary1000110110000100000111000000101000110000010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110230; }

 p { color: rgb(17,2,48); }

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

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

 a { background-color: rgb(17,2,48); }

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

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

 span { border-color: rgb(17,2,48); }

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