Html Css Color HEX #130116 Blackcurrant

📋 copy color: '#130116'

red 19 ◦ green 1 ◦ blue 22

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

Shades of Blackcurrant #130116

Tints of Blackcurrant #130116

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.38%

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

R = 45.24%
G = 2.38%
B = 52.38%

CMYK

 C value IS 0.14

 M value IS 0.95

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#130116 (or 0x130116) is known color: Blackcurrant. HEX triplet: 13, 01 and 16. RGB value is (19,1,22). Sum of RGB (Red+Green+Blue) = 19+1+22=42 (5% of max value = 765). Red value is 19 (7.81% from 255 or 45.24% from 42); Green value is 1 (0.78% from 255 or 2.38% from 42); Blue value is 22 (8.98% from 255 or 52.38% from 42); Max value from RGB is 22 - color contains mainly: blue. Hex color #130116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130116 is #ECFEE9. Grayscale: #080808. Windows color (decimal): -15531754 or 1442067. OLE color: 1442067.

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

Color convert

RGB 19 1 22 -
CMYK 0.14 0.95 0 0.91
HSL 291.43º 0.91% 0.05% -
HSV(B) 291.43º 0.95% 0.09% -
XYZ 0.42 0.22 0.78 -
YUV 8.78 135.46 135.29 -
System Red Green Blue C M Y K H S L
Decimal 19 1 22 0.14 0.95 0 0.91 291.43 0.91 0.05
Hex 13 1 16 E 5F 0 5B 123 5B 5
Octal 23 1 26 16 137 0 133 443 133 5
Binary 10011 1 10110 1110 1011111 0 1011011 100100011 1011011 101

Color Harmonies of #130116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130116

Black with #130116

Text Example


Text Example

White with #130116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130116; }

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

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

background-color css

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

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

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

border-color css

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

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

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