Html Css Color HEX #110315 Blackcurrant

📋 copy color: '#110315'

red 17 ◦ green 3 ◦ blue 21

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

Shades of Blackcurrant #110315

Tints of Blackcurrant #110315

RGB

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

 GREEN value IS 3 (1.56% from 255) = 7.32%

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

R = 41.46%
G = 7.32%
B = 51.22%

CMYK

 C value IS 0.19

 M value IS 0.86

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#110315 (or 0x110315) is known color: Blackcurrant. HEX triplet: 11, 03 and 15. RGB value is (17,3,21). Sum of RGB (Red+Green+Blue) = 17+3+21=41 (5% of max value = 765). Red value is 17 (7.03% from 255 or 41.46% from 41); Green value is 3 (1.56% from 255 or 7.32% from 41); Blue value is 21 (8.59% from 255 or 51.22% from 41); Max value from RGB is 21 - color contains mainly: blue. Hex color #110315 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110315 is #EEFCEA. Grayscale: #090909. Windows color (decimal): -15662315 or 1377041. OLE color: 1377041.

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

Color convert

RGB 17 3 21 -
CMYK 0.19 0.86 0 0.92
HSL 286.67º 0.75% 0.05% -
HSV(B) 286.67º 0.86% 0.08% -
XYZ 0.4 0.24 0.73 -
YUV 9.24 134.64 133.54 -
System Red Green Blue C M Y K H S L
Decimal 17 3 21 0.19 0.86 0 0.92 286.67 0.75 0.05
Hex 11 3 15 13 56 0 5C 11F 4B 5
Octal 21 3 25 23 126 0 134 437 113 5
Binary 10001 11 10101 10011 1010110 0 1011100 100011111 1001011 101

Color Harmonies of #110315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110315

Black with #110315

Text Example


Text Example

White with #110315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110315; }

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

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

background-color css

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

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

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

border-color css

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

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

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