#110430

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

Shades of Blackcurrant #110430

Tints of Blackcurrant #110430

Color information

#110430 (or 0x110430) is unknown color: approx Blackcurrant. HEX triplet: 11, 04 and 30. RGB value is (17,4,48). Sum of RGB (Red+Green+Blue) = 17+4+48=69 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.64% from 69); Green value is 4 (1.95% from 255 or 5.80% from 69); Blue value is 48 (19.14% from 255 or 69.57% from 69); Max value from RGB is 48 - color contains mainly: blue. Hex color #110430 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110430 is #EEFBCF. Grayscale: #0C0C0C. Windows color (decimal): -15662032 or 3146769. OLE color: 3146769.

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

Color convert

RGB17448-
CMYK0.650.9200.81
HSL257.73º84.62%10.2%-
HSV(B)257.73º91.67%18.82%-
XYZ0.810.422.83-
YUV12.9147.81130.92-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 24.64%
GREEN value IS 4 (1.95% from 255) = 5.80%
BLUE value IS 48 (19.14% from 255) = 69.57%
R=24.64%
G=5.80%
B=69.57%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal174480.650.9200.81257.7384.6210.2
Hex11430415C05110255a
Octal21460101134012140212512
Binary10001100110000100000110111000101000110000001010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110430; }

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

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

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

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

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

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

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

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