Html Css Color HEX #131014 Blackcurrant

📋 copy color: '#131014'

red 19 ◦ green 16 ◦ blue 20

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

Shades of Blackcurrant #131014

Tints of Blackcurrant #131014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 36.36%

R = 34.55%
G = 29.09%
B = 36.36%

CMYK

 C value IS 0.05

 M value IS 0.20

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#131014 (or 0x131014) is known color: Blackcurrant. HEX triplet: 13, 10 and 14. RGB value is (19,16,20). Sum of RGB (Red+Green+Blue) = 19+16+20=55 (7% of max value = 765). Red value is 19 (7.81% from 255 or 34.55% from 55); Green value is 16 (6.64% from 255 or 29.09% from 55); Blue value is 20 (8.20% from 255 or 36.36% from 55); Max value from RGB is 20 - color contains mainly: blue. Hex color #131014 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131014 is #ECEFEB. Grayscale: #111111. Windows color (decimal): -15527916 or 1314835. OLE color: 1314835.

HSL color Cylindrical-coordinate representation of color #131014: hue angle of 285º degrees, saturation: 0.11, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #131014 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 19 16 20 -
CMYK 0.05 0.20 0 0.92
HSL 285º 0.11% 0.07% -
HSV(B) 285º 0.2% 0.08% -
XYZ 0.58 0.56 0.74 -
YUV 17.35 129.49 129.17 -
System Red Green Blue C M Y K H S L
Decimal 19 16 20 0.05 0.20 0 0.92 285 0.11 0.07
Hex 13 10 14 5 14 0 5C 11D B 7
Octal 23 20 24 5 24 0 134 435 13 7
Binary 10011 10000 10100 101 10100 0 1011100 100011101 1011 111

Color Harmonies of #131014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131014

Black with #131014

Text Example


Text Example

White with #131014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131014; }

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

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

background-color css

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

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

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

border-color css

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

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

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