Html Css Color HEX #130329 Blackcurrant

📋 copy color: '#130329'

red 19 ◦ green 3 ◦ blue 41

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

Shades of Blackcurrant #130329

Tints of Blackcurrant #130329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 65.08%

R = 30.16%
G = 4.76%
B = 65.08%

CMYK

 C value IS 0.54

 M value IS 0.93

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#130329 (or 0x130329) is known color: Blackcurrant. HEX triplet: 13, 03 and 29. RGB value is (19,3,41). Sum of RGB (Red+Green+Blue) = 19+3+41=63 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.16% from 63); Green value is 3 (1.56% from 255 or 4.76% from 63); Blue value is 41 (16.41% from 255 or 65.08% from 63); Max value from RGB is 41 - color contains mainly: blue. Hex color #130329 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130329 is #ECFCD6. Grayscale: #0B0B0B. Windows color (decimal): -15531223 or 2687763. OLE color: 2687763.

HSL color Cylindrical-coordinate representation of color #130329: hue angle of 265.26º degrees, saturation: 0.86, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #130329 is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 19 3 41 -
CMYK 0.54 0.93 0 0.84
HSL 265.26º 0.86% 0.09% -
HSV(B) 265.26º 0.93% 0.16% -
XYZ 0.7 0.36 2.13 -
YUV 12.12 144.3 132.91 -
System Red Green Blue C M Y K H S L
Decimal 19 3 41 0.54 0.93 0 0.84 265.26 0.86 0.09
Hex 13 3 29 36 5D 0 54 109 56 9
Octal 23 3 51 66 135 0 124 411 126 11
Binary 10011 11 101001 110110 1011101 0 1010100 100001001 1010110 1001

Color Harmonies of #130329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130329

Black with #130329

Text Example


Text Example

White with #130329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130329; }

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

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

background-color css

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

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

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

border-color css

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

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

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