Html Css Color HEX #130316 Blackcurrant

📋 copy color: '#130316'

red 19 ◦ green 3 ◦ blue 22

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

Shades of Blackcurrant #130316

Tints of Blackcurrant #130316

RGB

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

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

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

R = 43.18%
G = 6.82%
B = 50%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#130316 (or 0x130316) is known color: Blackcurrant. HEX triplet: 13, 03 and 16. RGB value is (19,3,22). Sum of RGB (Red+Green+Blue) = 19+3+22=44 (5% of max value = 765). Red value is 19 (7.81% from 255 or 43.18% from 44); Green value is 3 (1.56% from 255 or 6.82% from 44); Blue value is 22 (8.98% from 255 or 50% from 44); Max value from RGB is 22 - color contains mainly: blue. Hex color #130316 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130316 is #ECFCE9. Grayscale: #090909. Windows color (decimal): -15531242 or 1442579. OLE color: 1442579.

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

Color convert

RGB 19 3 22 -
CMYK 0.14 0.86 0 0.91
HSL 290.53º 0.76% 0.05% -
HSV(B) 290.53º 0.86% 0.09% -
XYZ 0.45 0.26 0.79 -
YUV 9.95 134.8 134.46 -
System Red Green Blue C M Y K H S L
Decimal 19 3 22 0.14 0.86 0 0.91 290.53 0.76 0.05
Hex 13 3 16 E 56 0 5B 123 4C 5
Octal 23 3 26 16 126 0 133 443 114 5
Binary 10011 11 10110 1110 1010110 0 1011011 100100011 1001100 101

Color Harmonies of #130316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130316

Black with #130316

Text Example


Text Example

White with #130316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130316; }

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

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

background-color css

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

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

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

border-color css

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

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

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