Html Css Color HEX #110813 Blackcurrant

📋 copy color: '#110813'

red 17 ◦ green 8 ◦ blue 19

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

Shades of Blackcurrant #110813

Tints of Blackcurrant #110813

RGB

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

 GREEN value IS 8 (3.52% from 255) = 18.18%

 BLUE value IS 19 (7.81% from 255) = 43.18%

R = 38.64%
G = 18.18%
B = 43.18%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#110813 (or 0x110813) is known color: Blackcurrant. HEX triplet: 11, 08 and 13. RGB value is (17,8,19). Sum of RGB (Red+Green+Blue) = 17+8+19=44 (5% of max value = 765). Red value is 17 (7.03% from 255 or 38.64% from 44); Green value is 8 (3.52% from 255 or 18.18% from 44); Blue value is 19 (7.81% from 255 or 43.18% from 44); Max value from RGB is 19 - color contains mainly: blue. Hex color #110813 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110813 is #EEF7EC. Grayscale: #0B0B0B. Windows color (decimal): -15661037 or 1247249. OLE color: 1247249.

HSL color Cylindrical-coordinate representation of color #110813: hue angle of 289.09º degrees, saturation: 0.41, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #110813 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 17 8 19 -
CMYK 0.11 0.58 0 0.93
HSL 289.09º 0.41% 0.05% -
HSV(B) 289.09º 0.58% 0.07% -
XYZ 0.44 0.34 0.66 -
YUV 11.95 131.98 131.61 -
System Red Green Blue C M Y K H S L
Decimal 17 8 19 0.11 0.58 0 0.93 289.09 0.41 0.05
Hex 11 8 13 B 3A 0 5D 121 29 5
Octal 21 10 23 13 72 0 135 441 51 5
Binary 10001 1000 10011 1011 111010 0 1011101 100100001 101001 101

Color Harmonies of #110813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110813

Black with #110813

Text Example


Text Example

White with #110813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110813; }

 p { color: rgb(17,8,19); }

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

background-color css

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

 a { background-color: rgb(17,8,19); }

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

border-color css

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

 span { border-color: rgb(17,8,19); }

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