Html Css Color HEX #131017 Blackcurrant

📋 copy color: '#131017'

red 19 ◦ green 16 ◦ blue 23

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

Shades of Blackcurrant #131017

Tints of Blackcurrant #131017

RGB

 RED value IS 19 (7.81% from 255) = 32.76%

 GREEN value IS 16 (6.64% from 255) = 27.59%

 BLUE value IS 23 (9.38% from 255) = 39.66%

R = 32.76%
G = 27.59%
B = 39.66%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#131017 (or 0x131017) is known color: Blackcurrant. HEX triplet: 13, 10 and 17. RGB value is (19,16,23). Sum of RGB (Red+Green+Blue) = 19+16+23=58 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.76% from 58); Green value is 16 (6.64% from 255 or 27.59% from 58); Blue value is 23 (9.38% from 255 or 39.66% from 58); Max value from RGB is 23 - color contains mainly: blue. Hex color #131017 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131017 is #ECEFE8. Grayscale: #111111. Windows color (decimal): -15527913 or 1511443. OLE color: 1511443.

HSL color Cylindrical-coordinate representation of color #131017: hue angle of 265.71º degrees, saturation: 0.18, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #131017 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 19 16 23 -
CMYK 0.17 0.30 0 0.91
HSL 265.71º 0.18% 0.08% -
HSV(B) 265.71º 0.3% 0.09% -
XYZ 0.61 0.57 0.89 -
YUV 17.7 130.99 128.93 -
System Red Green Blue C M Y K H S L
Decimal 19 16 23 0.17 0.30 0 0.91 265.71 0.18 0.08
Hex 13 10 17 11 1E 0 5B 10A 12 8
Octal 23 20 27 21 36 0 133 412 22 10
Binary 10011 10000 10111 10001 11110 0 1011011 100001010 10010 1000

Color Harmonies of #131017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131017

Black with #131017

Text Example


Text Example

White with #131017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131017; }

 p { color: rgb(19,16,23); }

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

background-color css

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

 a { background-color: rgb(19,16,23); }

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

border-color css

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

 span { border-color: rgb(19,16,23); }

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