Html Css Color HEX #130317 Blackcurrant

📋 copy color: '#130317'

red 19 ◦ green 3 ◦ blue 23

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

Shades of Blackcurrant #130317

Tints of Blackcurrant #130317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 51.11%

R = 42.22%
G = 6.67%
B = 51.11%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#130317 (or 0x130317) is known color: Blackcurrant. HEX triplet: 13, 03 and 17. RGB value is (19,3,23). Sum of RGB (Red+Green+Blue) = 19+3+23=45 (5% of max value = 765). Red value is 19 (7.81% from 255 or 42.22% from 45); Green value is 3 (1.56% from 255 or 6.67% from 45); Blue value is 23 (9.38% from 255 or 51.11% from 45); Max value from RGB is 23 - color contains mainly: blue. Hex color #130317 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130317 is #ECFCE8. Grayscale: #0A0A0A. Windows color (decimal): -15531241 or 1508115. OLE color: 1508115.

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

Color convert

RGB 19 3 23 -
CMYK 0.17 0.87 0 0.91
HSL 288º 0.77% 0.05% -
HSV(B) 288º 0.87% 0.09% -
XYZ 0.46 0.27 0.84 -
YUV 10.06 135.3 134.37 -
System Red Green Blue C M Y K H S L
Decimal 19 3 23 0.17 0.87 0 0.91 288 0.77 0.05
Hex 13 3 17 11 57 0 5B 120 4D 5
Octal 23 3 27 21 127 0 133 440 115 5
Binary 10011 11 10111 10001 1010111 0 1011011 100100000 1001101 101

Color Harmonies of #130317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130317

Black with #130317

Text Example


Text Example

White with #130317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130317; }

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

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

background-color css

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

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

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

border-color css

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

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

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