Html Css Color HEX #110022 Blackcurrant

📋 copy color: '#110022'

red 17 ◦ green 0 ◦ blue 34

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

Shades of Blackcurrant #110022

Tints of Blackcurrant #110022

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 33.33%
G = 0%
B = 66.67%

CMYK

 C value IS 0.50

 M value IS 1

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#110022 (or 0x110022) is known color: Blackcurrant. HEX triplet: 11, 00 and 22. RGB value is (17,0,34). Sum of RGB (Red+Green+Blue) = 17+0+34=51 (6% of max value = 765). Red value is 17 (7.03% from 255 or 33.33% from 51); Green value is 0 (0.39% from 255 or 0% from 51); Blue value is 34 (13.67% from 255 or 66.67% from 51); Max value from RGB is 34 - color contains mainly: blue. Hex color #110022 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110022 is #EEFFDD. Grayscale: #080808. Windows color (decimal): -15663070 or 2228241. OLE color: 2228241.

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

Color convert

RGB 17 0 34 -
CMYK 0.50 1 0 0.87
HSL 270º 1% 0.07% -
HSV(B) 270º 1% 0.13% -
XYZ 0.52 0.23 1.53 -
YUV 8.96 142.13 133.74 -
System Red Green Blue C M Y K H S L
Decimal 17 0 34 0.50 1 0 0.87 270 1 0.07
Hex 11 0 22 32 64 0 57 10E 64 7
Octal 21 0 42 62 144 0 127 416 144 7
Binary 10001 0 100010 110010 1100100 0 1010111 100001110 1100100 111

Color Harmonies of #110022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110022

Black with #110022

Text Example


Text Example

White with #110022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110022; }

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

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

background-color css

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

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

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

border-color css

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

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

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