Html Css Color HEX #110030 Blackcurrant

📋 copy color: '#110030'

red 17 ◦ green 0 ◦ blue 48

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

Shades of Blackcurrant #110030

Tints of Blackcurrant #110030

RGB

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

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

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

R = 26.15%
G = 0%
B = 73.85%

CMYK

 C value IS 0.65

 M value IS 1

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#110030 (or 0x110030) is known color: Blackcurrant. HEX triplet: 11, 00 and 30. RGB value is (17,0,48). Sum of RGB (Red+Green+Blue) = 17+0+48=65 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.15% from 65); Green value is 0 (0.39% from 255 or 0% from 65); Blue value is 48 (19.14% from 255 or 73.85% from 65); Max value from RGB is 48 - color contains mainly: blue. Hex color #110030 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110030 is #EEFFCF. Grayscale: #0A0A0A. Windows color (decimal): -15663056 or 3145745. OLE color: 3145745.

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

Color convert

RGB 17 0 48 -
CMYK 0.65 1 0 0.81
HSL 261.25º 1% 0.09% -
HSV(B) 261.25º 1% 0.19% -
XYZ 0.76 0.33 2.82 -
YUV 10.56 149.13 132.6 -
System Red Green Blue C M Y K H S L
Decimal 17 0 48 0.65 1 0 0.81 261.25 1 0.09
Hex 11 0 30 41 64 0 51 105 64 9
Octal 21 0 60 101 144 0 121 405 144 11
Binary 10001 0 110000 1000001 1100100 0 1010001 100000101 1100100 1001

Color Harmonies of #110030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110030

Black with #110030

Text Example


Text Example

White with #110030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110030; }

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

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

background-color css

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

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

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

border-color css

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

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

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