Html Css Color HEX #110231 Blackcurrant

📋 copy color: '#110231'

red 17 ◦ green 2 ◦ blue 49

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

Shades of Blackcurrant #110231

Tints of Blackcurrant #110231

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.94%

 BLUE value IS 49 (19.53% from 255) = 72.06%

R = 25%
G = 2.94%
B = 72.06%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#110231 (or 0x110231) is known color: Blackcurrant. HEX triplet: 11, 02 and 31. RGB value is (17,2,49). Sum of RGB (Red+Green+Blue) = 17+2+49=68 (9% of max value = 765). Red value is 17 (7.03% from 255 or 25% from 68); Green value is 2 (1.17% from 255 or 2.94% from 68); Blue value is 49 (19.53% from 255 or 72.06% from 68); Max value from RGB is 49 - color contains mainly: blue. Hex color #110231 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110231 is #EEFDCE. Grayscale: #0B0B0B. Windows color (decimal): -15662543 or 3211793. OLE color: 3211793.

HSL color Cylindrical-coordinate representation of color #110231: hue angle of 259.15º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #110231 is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 17 2 49 -
CMYK 0.65 0.96 0 0.81
HSL 259.15º 0.92% 0.1% -
HSV(B) 259.15º 0.96% 0.19% -
XYZ 0.81 0.38 2.94 -
YUV 11.84 148.97 131.68 -
System Red Green Blue C M Y K H S L
Decimal 17 2 49 0.65 0.96 0 0.81 259.15 0.92 0.1
Hex 11 2 31 41 60 0 51 103 5C A
Octal 21 2 61 101 140 0 121 403 134 12
Binary 10001 10 110001 1000001 1100000 0 1010001 100000011 1011100 1010

Color Harmonies of #110231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110231

Black with #110231

Text Example


Text Example

White with #110231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110231; }

 p { color: rgb(17,2,49); }

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

background-color css

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

 a { background-color: rgb(17,2,49); }

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

border-color css

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

 span { border-color: rgb(17,2,49); }

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