Html Css Color HEX #110316 Blackcurrant

📋 copy color: '#110316'

red 17 ◦ green 3 ◦ blue 22

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

Shades of Blackcurrant #110316

Tints of Blackcurrant #110316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 52.38%

R = 40.48%
G = 7.14%
B = 52.38%

CMYK

 C value IS 0.23

 M value IS 0.86

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#110316 (or 0x110316) is known color: Blackcurrant. HEX triplet: 11, 03 and 16. RGB value is (17,3,22). Sum of RGB (Red+Green+Blue) = 17+3+22=42 (5% of max value = 765). Red value is 17 (7.03% from 255 or 40.48% from 42); Green value is 3 (1.56% from 255 or 7.14% from 42); Blue value is 22 (8.98% from 255 or 52.38% from 42); Max value from RGB is 22 - color contains mainly: blue. Hex color #110316 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110316 is #EEFCE9. Grayscale: #090909. Windows color (decimal): -15662314 or 1442577. OLE color: 1442577.

HSL color Cylindrical-coordinate representation of color #110316: hue angle of 284.21º degrees, saturation: 0.76, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #110316 is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 17 3 22 -
CMYK 0.23 0.86 0 0.91
HSL 284.21º 0.76% 0.05% -
HSV(B) 284.21º 0.86% 0.09% -
XYZ 0.41 0.24 0.78 -
YUV 9.35 135.14 133.46 -
System Red Green Blue C M Y K H S L
Decimal 17 3 22 0.23 0.86 0 0.91 284.21 0.76 0.05
Hex 11 3 16 17 56 0 5B 11C 4C 5
Octal 21 3 26 27 126 0 133 434 114 5
Binary 10001 11 10110 10111 1010110 0 1011011 100011100 1001100 101

Color Harmonies of #110316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110316

Black with #110316

Text Example


Text Example

White with #110316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110316; }

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

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

background-color css

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

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

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

border-color css

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

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

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