Html Css Color HEX #130529 Blackcurrant

📋 copy color: '#130529'

red 19 ◦ green 5 ◦ blue 41

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

Shades of Blackcurrant #130529

Tints of Blackcurrant #130529

RGB

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

 GREEN value IS 5 (2.34% from 255) = 7.69%

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

R = 29.23%
G = 7.69%
B = 63.08%

CMYK

 C value IS 0.54

 M value IS 0.88

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#130529 (or 0x130529) is known color: Blackcurrant. HEX triplet: 13, 05 and 29. RGB value is (19,5,41). Sum of RGB (Red+Green+Blue) = 19+5+41=65 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.23% from 65); Green value is 5 (2.34% from 255 or 7.69% from 65); Blue value is 41 (16.41% from 255 or 63.08% from 65); Max value from RGB is 41 - color contains mainly: blue. Hex color #130529 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130529 is #ECFAD6. Grayscale: #0D0D0D. Windows color (decimal): -15530711 or 2688275. OLE color: 2688275.

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

Color convert

RGB 19 5 41 -
CMYK 0.54 0.88 0 0.84
HSL 263.33º 0.78% 0.09% -
HSV(B) 263.33º 0.88% 0.16% -
XYZ 0.72 0.41 2.14 -
YUV 13.29 143.64 132.07 -
System Red Green Blue C M Y K H S L
Decimal 19 5 41 0.54 0.88 0 0.84 263.33 0.78 0.09
Hex 13 5 29 36 58 0 54 107 4E 9
Octal 23 5 51 66 130 0 124 407 116 11
Binary 10011 101 101001 110110 1011000 0 1010100 100000111 1001110 1001

Color Harmonies of #130529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130529

Black with #130529

Text Example


Text Example

White with #130529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130529; }

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

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

background-color css

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

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

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

border-color css

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

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

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