Html Css Color HEX #110B19 Blackcurrant

📋 copy color: '#110B19'

red 17 ◦ green 11 ◦ blue 25

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

Shades of Blackcurrant #110B19

Tints of Blackcurrant #110B19

RGB

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

 GREEN value IS 11 (4.69% from 255) = 20.75%

 BLUE value IS 25 (10.16% from 255) = 47.17%

R = 32.08%
G = 20.75%
B = 47.17%

CMYK

 C value IS 0.32

 M value IS 0.56

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#110B19 (or 0x110B19) is known color: Blackcurrant. HEX triplet: 11, 0B and 19. RGB value is (17,11,25). Sum of RGB (Red+Green+Blue) = 17+11+25=53 (7% of max value = 765). Red value is 17 (7.03% from 255 or 32.08% from 53); Green value is 11 (4.69% from 255 or 20.75% from 53); Blue value is 25 (10.16% from 255 or 47.17% from 53); Max value from RGB is 25 - color contains mainly: blue. Hex color #110B19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110B19 is #EEF4E6. Grayscale: #0E0E0E. Windows color (decimal): -15660263 or 1641233. OLE color: 1641233.

HSL color Cylindrical-coordinate representation of color #110B19: hue angle of 265.71º degrees, saturation: 0.39, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #110B19 is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 17 11 25 -
CMYK 0.32 0.56 0 0.90
HSL 265.71º 0.39% 0.07% -
HSV(B) 265.71º 0.56% 0.1% -
XYZ 0.53 0.43 0.97 -
YUV 14.39 133.99 129.86 -
System Red Green Blue C M Y K H S L
Decimal 17 11 25 0.32 0.56 0 0.90 265.71 0.39 0.07
Hex 11 B 19 20 38 0 5A 10A 27 7
Octal 21 13 31 40 70 0 132 412 47 7
Binary 10001 1011 11001 100000 111000 0 1011010 100001010 100111 111

Color Harmonies of #110B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110B19

Black with #110B19

Text Example


Text Example

White with #110B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110B19; }

 p { color: rgb(17,11,25); }

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

background-color css

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

 a { background-color: rgb(17,11,25); }

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

border-color css

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

 span { border-color: rgb(17,11,25); }

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