Html Css Color HEX #110039 Blackcurrant

📋 copy color: '#110039'

red 17 ◦ green 0 ◦ blue 57

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

Shades of Blackcurrant #110039

Tints of Blackcurrant #110039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 77.03%

R = 22.97%
G = 0%
B = 77.03%

CMYK

 C value IS 0.70

 M value IS 1

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#110039 (or 0x110039) is known color: Blackcurrant. HEX triplet: 11, 00 and 39. RGB value is (17,0,57). Sum of RGB (Red+Green+Blue) = 17+0+57=74 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.97% from 74); Green value is 0 (0.39% from 255 or 0% from 74); Blue value is 57 (22.66% from 255 or 77.03% from 74); Max value from RGB is 57 - color contains mainly: blue. Hex color #110039 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110039 is #EEFFC6. Grayscale: #0B0B0B. Windows color (decimal): -15663047 or 3735569. OLE color: 3735569.

HSL color Cylindrical-coordinate representation of color #110039: hue angle of 257.89º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #110039 is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 17 0 57 -
CMYK 0.70 1 0 0.78
HSL 257.89º 1% 0.11% -
HSV(B) 257.89º 1% 0.22% -
XYZ 0.97 0.41 3.9 -
YUV 11.58 153.63 131.87 -
System Red Green Blue C M Y K H S L
Decimal 17 0 57 0.70 1 0 0.78 257.89 1 0.11
Hex 11 0 39 46 64 0 4E 102 64 B
Octal 21 0 71 106 144 0 116 402 144 13
Binary 10001 0 111001 1000110 1100100 0 1001110 100000010 1100100 1011

Color Harmonies of #110039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110039

Black with #110039

Text Example


Text Example

White with #110039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110039; }

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

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

background-color css

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

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

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

border-color css

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

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

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