Html Css Color HEX #110526 Blackcurrant

📋 copy color: '#110526'

red 17 ◦ green 5 ◦ blue 38

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

Shades of Blackcurrant #110526

Tints of Blackcurrant #110526

RGB

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

 GREEN value IS 5 (2.34% from 255) = 8.33%

 BLUE value IS 38 (15.23% from 255) = 63.33%

R = 28.33%
G = 8.33%
B = 63.33%

CMYK

 C value IS 0.55

 M value IS 0.87

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#110526 (or 0x110526) is known color: Blackcurrant. HEX triplet: 11, 05 and 26. RGB value is (17,5,38). Sum of RGB (Red+Green+Blue) = 17+5+38=60 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.33% from 60); Green value is 5 (2.34% from 255 or 8.33% from 60); Blue value is 38 (15.23% from 255 or 63.33% from 60); Max value from RGB is 38 - color contains mainly: blue. Hex color #110526 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110526 is #EEFAD9. Grayscale: #0C0C0C. Windows color (decimal): -15661786 or 2491665. OLE color: 2491665.

HSL color Cylindrical-coordinate representation of color #110526: hue angle of 261.82º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #110526 is Cyan = 0.55, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 17 5 38 -
CMYK 0.55 0.87 0 0.85
HSL 261.82º 0.77% 0.08% -
HSV(B) 261.82º 0.87% 0.15% -
XYZ 0.64 0.37 1.87 -
YUV 12.35 142.48 131.32 -
System Red Green Blue C M Y K H S L
Decimal 17 5 38 0.55 0.87 0 0.85 261.82 0.77 0.08
Hex 11 5 26 37 57 0 55 106 4D 8
Octal 21 5 46 67 127 0 125 406 115 10
Binary 10001 101 100110 110111 1010111 0 1010101 100000110 1001101 1000

Color Harmonies of #110526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110526

Black with #110526

Text Example


Text Example

White with #110526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110526; }

 p { color: rgb(17,5,38); }

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

background-color css

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

 a { background-color: rgb(17,5,38); }

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

border-color css

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

 span { border-color: rgb(17,5,38); }

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