Html Css Color HEX #110915 Blackcurrant

📋 copy color: '#110915'

red 17 ◦ green 9 ◦ blue 21

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

Shades of Blackcurrant #110915

Tints of Blackcurrant #110915

RGB

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

 GREEN value IS 9 (3.91% from 255) = 19.15%

 BLUE value IS 21 (8.59% from 255) = 44.68%

R = 36.17%
G = 19.15%
B = 44.68%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#110915 (or 0x110915) is known color: Blackcurrant. HEX triplet: 11, 09 and 15. RGB value is (17,9,21). Sum of RGB (Red+Green+Blue) = 17+9+21=47 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.17% from 47); Green value is 9 (3.91% from 255 or 19.15% from 47); Blue value is 21 (8.59% from 255 or 44.68% from 47); Max value from RGB is 21 - color contains mainly: blue. Hex color #110915 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110915 is #EEF6EA. Grayscale: #0C0C0C. Windows color (decimal): -15660779 or 1378577. OLE color: 1378577.

HSL color Cylindrical-coordinate representation of color #110915: hue angle of 280º degrees, saturation: 0.4, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #110915 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 17 9 21 -
CMYK 0.19 0.57 0 0.92
HSL 280º 0.4% 0.06% -
HSV(B) 280º 0.57% 0.08% -
XYZ 0.46 0.37 0.76 -
YUV 12.76 132.65 131.02 -
System Red Green Blue C M Y K H S L
Decimal 17 9 21 0.19 0.57 0 0.92 280 0.4 0.06
Hex 11 9 15 13 39 0 5C 118 28 6
Octal 21 11 25 23 71 0 134 430 50 6
Binary 10001 1001 10101 10011 111001 0 1011100 100011000 101000 110

Color Harmonies of #110915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110915

Black with #110915

Text Example


Text Example

White with #110915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110915; }

 p { color: rgb(17,9,21); }

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

background-color css

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

 a { background-color: rgb(17,9,21); }

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

border-color css

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

 span { border-color: rgb(17,9,21); }

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