Html Css Color HEX #110322 Blackcurrant

📋 copy color: '#110322'

red 17 ◦ green 3 ◦ blue 34

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

Shades of Blackcurrant #110322

Tints of Blackcurrant #110322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 62.96%

R = 31.48%
G = 5.56%
B = 62.96%

CMYK

 C value IS 0.50

 M value IS 0.91

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#110322 (or 0x110322) is known color: Blackcurrant. HEX triplet: 11, 03 and 22. RGB value is (17,3,34). Sum of RGB (Red+Green+Blue) = 17+3+34=54 (7% of max value = 765). Red value is 17 (7.03% from 255 or 31.48% from 54); Green value is 3 (1.56% from 255 or 5.56% from 54); Blue value is 34 (13.67% from 255 or 62.96% from 54); Max value from RGB is 34 - color contains mainly: blue. Hex color #110322 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110322 is #EEFCDD. Grayscale: #0A0A0A. Windows color (decimal): -15662302 or 2229009. OLE color: 2229009.

HSL color Cylindrical-coordinate representation of color #110322: hue angle of 267.1º degrees, saturation: 0.84, 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 #110322 is Cyan = 0.50, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 17 3 34 -
CMYK 0.50 0.91 0 0.87
HSL 267.1º 0.84% 0.07% -
HSV(B) 267.1º 0.91% 0.13% -
XYZ 0.55 0.3 1.54 -
YUV 10.72 141.14 132.48 -
System Red Green Blue C M Y K H S L
Decimal 17 3 34 0.50 0.91 0 0.87 267.1 0.84 0.07
Hex 11 3 22 32 5B 0 57 10B 54 7
Octal 21 3 42 62 133 0 127 413 124 7
Binary 10001 11 100010 110010 1011011 0 1010111 100001011 1010100 111

Color Harmonies of #110322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110322

Black with #110322

Text Example


Text Example

White with #110322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110322; }

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

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

background-color css

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

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

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

border-color css

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

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

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