Html Css Color HEX #110328 Blackcurrant

📋 copy color: '#110328'

red 17 ◦ green 3 ◦ blue 40

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

Shades of Blackcurrant #110328

Tints of Blackcurrant #110328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 66.67%

R = 28.33%
G = 5%
B = 66.67%

CMYK

 C value IS 0.57

 M value IS 0.93

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#110328 (or 0x110328) is known color: Blackcurrant. HEX triplet: 11, 03 and 28. RGB value is (17,3,40). Sum of RGB (Red+Green+Blue) = 17+3+40=60 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.33% from 60); Green value is 3 (1.56% from 255 or 5% from 60); Blue value is 40 (16.02% from 255 or 66.67% from 60); Max value from RGB is 40 - color contains mainly: blue. Hex color #110328 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110328 is #EEFCD7. Grayscale: #0B0B0B. Windows color (decimal): -15662296 or 2622225. OLE color: 2622225.

HSL color Cylindrical-coordinate representation of color #110328: hue angle of 262.7º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #110328 is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 17 3 40 -
CMYK 0.57 0.93 0 0.84
HSL 262.7º 0.86% 0.08% -
HSV(B) 262.7º 0.93% 0.16% -
XYZ 0.65 0.34 2.04 -
YUV 11.4 144.14 131.99 -
System Red Green Blue C M Y K H S L
Decimal 17 3 40 0.57 0.93 0 0.84 262.7 0.86 0.08
Hex 11 3 28 39 5D 0 54 107 56 8
Octal 21 3 50 71 135 0 124 407 126 10
Binary 10001 11 101000 111001 1011101 0 1010100 100000111 1010110 1000

Color Harmonies of #110328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110328

Black with #110328

Text Example


Text Example

White with #110328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110328; }

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

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

background-color css

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

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

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

border-color css

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

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

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