Html Css Color HEX #110331 Blackcurrant

📋 copy color: '#110331'

red 17 ◦ green 3 ◦ blue 49

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

Shades of Blackcurrant #110331

Tints of Blackcurrant #110331

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4.35%

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

R = 24.64%
G = 4.35%
B = 71.01%

CMYK

 C value IS 0.65

 M value IS 0.94

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#110331 (or 0x110331) is known color: Blackcurrant. HEX triplet: 11, 03 and 31. RGB value is (17,3,49). Sum of RGB (Red+Green+Blue) = 17+3+49=69 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.64% from 69); Green value is 3 (1.56% from 255 or 4.35% from 69); Blue value is 49 (19.53% from 255 or 71.01% from 69); Max value from RGB is 49 - color contains mainly: blue. Hex color #110331 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110331 is #EEFCCE. Grayscale: #0C0C0C. Windows color (decimal): -15662287 or 3212049. OLE color: 3212049.

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

Color convert

RGB 17 3 49 -
CMYK 0.65 0.94 0 0.81
HSL 258.26º 0.88% 0.1% -
HSV(B) 258.26º 0.94% 0.19% -
XYZ 0.82 0.41 2.94 -
YUV 12.43 148.64 131.26 -
System Red Green Blue C M Y K H S L
Decimal 17 3 49 0.65 0.94 0 0.81 258.26 0.88 0.1
Hex 11 3 31 41 5E 0 51 102 58 A
Octal 21 3 61 101 136 0 121 402 130 12
Binary 10001 11 110001 1000001 1011110 0 1010001 100000010 1011000 1010

Color Harmonies of #110331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110331

Black with #110331

Text Example


Text Example

White with #110331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110331; }

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

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

background-color css

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

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

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

border-color css

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

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

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