Html Css Color HEX #110037 Blackcurrant

📋 copy color: '#110037'

red 17 ◦ green 0 ◦ blue 55

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

Shades of Blackcurrant #110037

Tints of Blackcurrant #110037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 76.39%

R = 23.61%
G = 0%
B = 76.39%

CMYK

 C value IS 0.69

 M value IS 1

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#110037 (or 0x110037) is known color: Blackcurrant. HEX triplet: 11, 00 and 37. RGB value is (17,0,55). Sum of RGB (Red+Green+Blue) = 17+0+55=72 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.61% from 72); Green value is 0 (0.39% from 255 or 0% from 72); Blue value is 55 (21.88% from 255 or 76.39% from 72); Max value from RGB is 55 - color contains mainly: blue. Hex color #110037 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110037 is #EEFFC8. Grayscale: #0B0B0B. Windows color (decimal): -15663049 or 3604497. OLE color: 3604497.

HSL color Cylindrical-coordinate representation of color #110037: hue angle of 258.55º 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 #110037 is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 17 0 55 -
CMYK 0.69 1 0 0.78
HSL 258.55º 1% 0.11% -
HSV(B) 258.55º 1% 0.22% -
XYZ 0.92 0.4 3.64 -
YUV 11.35 152.63 132.03 -
System Red Green Blue C M Y K H S L
Decimal 17 0 55 0.69 1 0 0.78 258.55 1 0.11
Hex 11 0 37 45 64 0 4E 103 64 B
Octal 21 0 67 105 144 0 116 403 144 13
Binary 10001 0 110111 1000101 1100100 0 1001110 100000011 1100100 1011

Color Harmonies of #110037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110037

Black with #110037

Text Example


Text Example

White with #110037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110037; }

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

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

background-color css

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

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

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

border-color css

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

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

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