Html Css Color HEX #110320 Blackcurrant

📋 copy color: '#110320'

red 17 ◦ green 3 ◦ blue 32

#110320
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #110320

Tints of Blackcurrant #110320

RGB

 RED value IS 17 (7.03% from 255) = 32.69%

 GREEN value IS 3 (1.56% from 255) = 5.77%

 BLUE value IS 32 (12.89% from 255) = 61.54%

R = 32.69%
G = 5.77%
B = 61.54%

CMYK

 C value IS 0.47

 M value IS 0.91

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#110320 (or 0x110320) is known color: Blackcurrant. HEX triplet: 11, 03 and 20. RGB value is (17,3,32). Sum of RGB (Red+Green+Blue) = 17+3+32=52 (6% of max value = 765). Red value is 17 (7.03% from 255 or 32.69% from 52); Green value is 3 (1.56% from 255 or 5.77% from 52); Blue value is 32 (12.89% from 255 or 61.54% from 52); Max value from RGB is 32 - color contains mainly: blue. Hex color #110320 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110320 is #EEFCDF. Grayscale: #0A0A0A. Windows color (decimal): -15662304 or 2097937. OLE color: 2097937.

HSL color Cylindrical-coordinate representation of color #110320: hue angle of 268.97º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #110320 is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 17 3 32 -
CMYK 0.47 0.91 0 0.87
HSL 268.97º 0.83% 0.07% -
HSV(B) 268.97º 0.91% 0.13% -
XYZ 0.52 0.29 1.39 -
YUV 10.49 140.14 132.64 -
System Red Green Blue C M Y K H S L
Decimal 17 3 32 0.47 0.91 0 0.87 268.97 0.83 0.07
Hex 11 3 20 2F 5B 0 57 10D 53 7
Octal 21 3 40 57 133 0 127 415 123 7
Binary 10001 11 100000 101111 1011011 0 1010111 100001101 1010011 111

Color Harmonies of #110320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110320

Black with #110320

Text Example


Text Example

White with #110320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110320; }

 p { color: rgb(17,3,32); }

 H1.HeaderClassName
 {
   color: #110320;
 }
 .AnyTagClassName
 {
   color: #110320;
 }
</style>

background-color css

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

 a { background-color: rgb(17,3,32); }

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

border-color css

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

 span { border-color: rgb(17,3,32); }

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