Html Css Color HEX #110130 Blackcurrant

📋 copy color: '#110130'

red 17 ◦ green 1 ◦ blue 48

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

Shades of Blackcurrant #110130

Tints of Blackcurrant #110130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 72.73%

R = 25.76%
G = 1.52%
B = 72.73%

CMYK

 C value IS 0.65

 M value IS 0.98

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#110130 (or 0x110130) is known color: Blackcurrant. HEX triplet: 11, 01 and 30. RGB value is (17,1,48). Sum of RGB (Red+Green+Blue) = 17+1+48=66 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.76% from 66); Green value is 1 (0.78% from 255 or 1.52% from 66); Blue value is 48 (19.14% from 255 or 72.73% from 66); Max value from RGB is 48 - color contains mainly: blue. Hex color #110130 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110130 is #EEFECF. Grayscale: #0A0A0A. Windows color (decimal): -15662800 or 3146001. OLE color: 3146001.

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

Color convert

RGB 17 1 48 -
CMYK 0.65 0.98 0 0.81
HSL 260.43º 0.96% 0.1% -
HSV(B) 260.43º 0.98% 0.19% -
XYZ 0.78 0.35 2.82 -
YUV 11.14 148.8 132.18 -
System Red Green Blue C M Y K H S L
Decimal 17 1 48 0.65 0.98 0 0.81 260.43 0.96 0.1
Hex 11 1 30 41 62 0 51 104 60 A
Octal 21 1 60 101 142 0 121 404 140 12
Binary 10001 1 110000 1000001 1100010 0 1010001 100000100 1100000 1010

Color Harmonies of #110130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110130

Black with #110130

Text Example


Text Example

White with #110130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110130; }

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

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

background-color css

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

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

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

border-color css

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

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

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