Html Css Color HEX #130617 Blackcurrant

📋 copy color: '#130617'

red 19 ◦ green 6 ◦ blue 23

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

Shades of Blackcurrant #130617

Tints of Blackcurrant #130617

RGB

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

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

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

R = 39.58%
G = 12.5%
B = 47.92%

CMYK

 C value IS 0.17

 M value IS 0.74

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#130617 (or 0x130617) is known color: Blackcurrant. HEX triplet: 13, 06 and 17. RGB value is (19,6,23). Sum of RGB (Red+Green+Blue) = 19+6+23=48 (6% of max value = 765). Red value is 19 (7.81% from 255 or 39.58% from 48); Green value is 6 (2.73% from 255 or 12.5% from 48); Blue value is 23 (9.38% from 255 or 47.92% from 48); Max value from RGB is 23 - color contains mainly: blue. Hex color #130617 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130617 is #ECF9E8. Grayscale: #0B0B0B. Windows color (decimal): -15530473 or 1508883. OLE color: 1508883.

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

Color convert

RGB 19 6 23 -
CMYK 0.17 0.74 0 0.91
HSL 285.88º 0.59% 0.06% -
HSV(B) 285.88º 0.74% 0.09% -
XYZ 0.49 0.33 0.85 -
YUV 11.83 134.31 133.12 -
System Red Green Blue C M Y K H S L
Decimal 19 6 23 0.17 0.74 0 0.91 285.88 0.59 0.06
Hex 13 6 17 11 4A 0 5B 11E 3B 6
Octal 23 6 27 21 112 0 133 436 73 6
Binary 10011 110 10111 10001 1001010 0 1011011 100011110 111011 110

Color Harmonies of #130617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130617

Black with #130617

Text Example


Text Example

White with #130617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130617; }

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

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

background-color css

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

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

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

border-color css

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

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

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