Html Css Color HEX #130620 Blackcurrant

📋 copy color: '#130620'

red 19 ◦ green 6 ◦ blue 32

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

Shades of Blackcurrant #130620

Tints of Blackcurrant #130620

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 56.14%

R = 33.33%
G = 10.53%
B = 56.14%

CMYK

 C value IS 0.41

 M value IS 0.81

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#130620 (or 0x130620) is known color: Blackcurrant. HEX triplet: 13, 06 and 20. RGB value is (19,6,32). Sum of RGB (Red+Green+Blue) = 19+6+32=57 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.33% from 57); Green value is 6 (2.73% from 255 or 10.53% from 57); Blue value is 32 (12.89% from 255 or 56.14% from 57); Max value from RGB is 32 - color contains mainly: blue. Hex color #130620 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130620 is #ECF9DF. Grayscale: #0C0C0C. Windows color (decimal): -15530464 or 2098707. OLE color: 2098707.

HSL color Cylindrical-coordinate representation of color #130620: hue angle of 270º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #130620 is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 19 6 32 -
CMYK 0.41 0.81 0 0.87
HSL 270º 0.68% 0.07% -
HSV(B) 270º 0.81% 0.13% -
XYZ 0.59 0.37 1.41 -
YUV 12.85 138.81 132.39 -
System Red Green Blue C M Y K H S L
Decimal 19 6 32 0.41 0.81 0 0.87 270 0.68 0.07
Hex 13 6 20 29 51 0 57 10E 44 7
Octal 23 6 40 51 121 0 127 416 104 7
Binary 10011 110 100000 101001 1010001 0 1010111 100001110 1000100 111

Color Harmonies of #130620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130620

Black with #130620

Text Example


Text Example

White with #130620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130620; }

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

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

background-color css

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

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

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

border-color css

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

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

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