Html Css Color HEX #110136 Blackcurrant

📋 copy color: '#110136'

red 17 ◦ green 1 ◦ blue 54

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

Shades of Blackcurrant #110136

Tints of Blackcurrant #110136

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.39%

 BLUE value IS 54 (21.48% from 255) = 75%

R = 23.61%
G = 1.39%
B = 75%

CMYK

 C value IS 0.69

 M value IS 0.98

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#110136 (or 0x110136) is known color: Blackcurrant. HEX triplet: 11, 01 and 36. RGB value is (17,1,54). Sum of RGB (Red+Green+Blue) = 17+1+54=72 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.61% from 72); Green value is 1 (0.78% from 255 or 1.39% from 72); Blue value is 54 (21.48% from 255 or 75% from 72); Max value from RGB is 54 - color contains mainly: blue. Hex color #110136 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110136 is #EEFEC9. Grayscale: #0B0B0B. Windows color (decimal): -15662794 or 3539217. OLE color: 3539217.

HSL color Cylindrical-coordinate representation of color #110136: hue angle of 258.11º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #110136 is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 17 1 54 -
CMYK 0.69 0.98 0 0.79
HSL 258.11º 0.96% 0.11% -
HSV(B) 258.11º 0.98% 0.21% -
XYZ 0.91 0.41 3.52 -
YUV 11.83 151.8 131.69 -
System Red Green Blue C M Y K H S L
Decimal 17 1 54 0.69 0.98 0 0.79 258.11 0.96 0.11
Hex 11 1 36 45 62 0 4F 102 60 B
Octal 21 1 66 105 142 0 117 402 140 13
Binary 10001 1 110110 1000101 1100010 0 1001111 100000010 1100000 1011

Color Harmonies of #110136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110136

Black with #110136

Text Example


Text Example

White with #110136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110136; }

 p { color: rgb(17,1,54); }

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

background-color css

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

 a { background-color: rgb(17,1,54); }

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

border-color css

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

 span { border-color: rgb(17,1,54); }

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