Html Css Color HEX #130616 Blackcurrant

📋 copy color: '#130616'

red 19 ◦ green 6 ◦ blue 22

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

Shades of Blackcurrant #130616

Tints of Blackcurrant #130616

RGB

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

 GREEN value IS 6 (2.73% from 255) = 12.77%

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

R = 40.43%
G = 12.77%
B = 46.81%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#130616 (or 0x130616) is known color: Blackcurrant. HEX triplet: 13, 06 and 16. RGB value is (19,6,22). Sum of RGB (Red+Green+Blue) = 19+6+22=47 (6% of max value = 765). Red value is 19 (7.81% from 255 or 40.43% from 47); Green value is 6 (2.73% from 255 or 12.77% from 47); Blue value is 22 (8.98% from 255 or 46.81% from 47); Max value from RGB is 22 - color contains mainly: blue. Hex color #130616 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130616 is #ECF9E9. Grayscale: #0B0B0B. Windows color (decimal): -15530474 or 1443347. OLE color: 1443347.

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

Color convert

RGB 19 6 22 -
CMYK 0.14 0.73 0 0.91
HSL 288.75º 0.57% 0.05% -
HSV(B) 288.75º 0.73% 0.09% -
XYZ 0.48 0.33 0.8 -
YUV 11.71 133.81 133.2 -
System Red Green Blue C M Y K H S L
Decimal 19 6 22 0.14 0.73 0 0.91 288.75 0.57 0.05
Hex 13 6 16 E 49 0 5B 121 39 5
Octal 23 6 26 16 111 0 133 441 71 5
Binary 10011 110 10110 1110 1001001 0 1011011 100100001 111001 101

Color Harmonies of #130616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130616

Black with #130616

Text Example


Text Example

White with #130616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130616; }

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

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

background-color css

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

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

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

border-color css

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

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

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