Html Css Color HEX #130016 Blackcurrant

📋 copy color: '#130016'

red 19 ◦ green 0 ◦ blue 22

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

Shades of Blackcurrant #130016

Tints of Blackcurrant #130016

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.34%
G = 0%
B = 53.66%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#130016 (or 0x130016) is known color: Blackcurrant. HEX triplet: 13, 00 and 16. RGB value is (19,0,22). Sum of RGB (Red+Green+Blue) = 19+0+22=41 (5% of max value = 765). Red value is 19 (7.81% from 255 or 46.34% from 41); Green value is 0 (0.39% from 255 or 0% from 41); Blue value is 22 (8.98% from 255 or 53.66% from 41); Max value from RGB is 22 - color contains mainly: blue. Hex color #130016 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130016 is #ECFFE9. Grayscale: #080808. Windows color (decimal): -15532010 or 1441811. OLE color: 1441811.

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

Color convert

RGB 19 0 22 -
CMYK 0.14 1 0 0.91
HSL 291.82º 1% 0.04% -
HSV(B) 291.82º 1% 0.09% -
XYZ 0.41 0.2 0.78 -
YUV 8.19 135.79 135.71 -
System Red Green Blue C M Y K H S L
Decimal 19 0 22 0.14 1 0 0.91 291.82 1 0.04
Hex 13 0 16 E 64 0 5B 124 64 4
Octal 23 0 26 16 144 0 133 444 144 4
Binary 10011 0 10110 1110 1100100 0 1011011 100100100 1100100 100

Color Harmonies of #130016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130016

Black with #130016

Text Example


Text Example

White with #130016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130016; }

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

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

background-color css

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

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

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

border-color css

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

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

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