Html Css Color HEX #130526 Blackcurrant

📋 copy color: '#130526'

red 19 ◦ green 5 ◦ blue 38

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

Shades of Blackcurrant #130526

Tints of Blackcurrant #130526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 61.29%

R = 30.65%
G = 8.06%
B = 61.29%

CMYK

 C value IS 0.50

 M value IS 0.87

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#130526 (or 0x130526) is known color: Blackcurrant. HEX triplet: 13, 05 and 26. RGB value is (19,5,38). Sum of RGB (Red+Green+Blue) = 19+5+38=62 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.65% from 62); Green value is 5 (2.34% from 255 or 8.06% from 62); Blue value is 38 (15.23% from 255 or 61.29% from 62); Max value from RGB is 38 - color contains mainly: blue. Hex color #130526 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130526 is #ECFAD9. Grayscale: #0C0C0C. Windows color (decimal): -15530714 or 2491667. OLE color: 2491667.

HSL color Cylindrical-coordinate representation of color #130526: hue angle of 265.45º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #130526 is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 19 5 38 -
CMYK 0.50 0.87 0 0.85
HSL 265.45º 0.77% 0.08% -
HSV(B) 265.45º 0.87% 0.15% -
XYZ 0.67 0.39 1.87 -
YUV 12.95 142.14 132.32 -
System Red Green Blue C M Y K H S L
Decimal 19 5 38 0.50 0.87 0 0.85 265.45 0.77 0.08
Hex 13 5 26 32 57 0 55 109 4D 8
Octal 23 5 46 62 127 0 125 411 115 10
Binary 10011 101 100110 110010 1010111 0 1010101 100001001 1001101 1000

Color Harmonies of #130526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130526

Black with #130526

Text Example


Text Example

White with #130526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130526; }

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

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

background-color css

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

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

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

border-color css

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

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

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