Html Css Color HEX #131016 Blackcurrant

📋 copy color: '#131016'

red 19 ◦ green 16 ◦ blue 22

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

Shades of Blackcurrant #131016

Tints of Blackcurrant #131016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 38.6%

R = 33.33%
G = 28.07%
B = 38.6%

CMYK

 C value IS 0.14

 M value IS 0.27

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#131016 (or 0x131016) is known color: Blackcurrant. HEX triplet: 13, 10 and 16. RGB value is (19,16,22). Sum of RGB (Red+Green+Blue) = 19+16+22=57 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.33% from 57); Green value is 16 (6.64% from 255 or 28.07% from 57); Blue value is 22 (8.98% from 255 or 38.60% from 57); Max value from RGB is 22 - color contains mainly: blue. Hex color #131016 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131016 is #ECEFE9. Grayscale: #111111. Windows color (decimal): -15527914 or 1445907. OLE color: 1445907.

HSL color Cylindrical-coordinate representation of color #131016: hue angle of 270º degrees, saturation: 0.16, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #131016 is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 19 16 22 -
CMYK 0.14 0.27 0 0.91
HSL 270º 0.16% 0.07% -
HSV(B) 270º 0.27% 0.09% -
XYZ 0.6 0.57 0.84 -
YUV 17.58 130.49 129.01 -
System Red Green Blue C M Y K H S L
Decimal 19 16 22 0.14 0.27 0 0.91 270 0.16 0.07
Hex 13 10 16 E 1B 0 5B 10E 10 7
Octal 23 20 26 16 33 0 133 416 20 7
Binary 10011 10000 10110 1110 11011 0 1011011 100001110 10000 111

Color Harmonies of #131016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131016

Black with #131016

Text Example


Text Example

White with #131016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131016; }

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

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

background-color css

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

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

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

border-color css

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

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

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