Html Css Color HEX #130530 Blackcurrant

📋 copy color: '#130530'

red 19 ◦ green 5 ◦ blue 48

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

Shades of Blackcurrant #130530

Tints of Blackcurrant #130530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 66.67%

R = 26.39%
G = 6.94%
B = 66.67%

CMYK

 C value IS 0.60

 M value IS 0.90

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#130530 (or 0x130530) is known color: Blackcurrant. HEX triplet: 13, 05 and 30. RGB value is (19,5,48). Sum of RGB (Red+Green+Blue) = 19+5+48=72 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.39% from 72); Green value is 5 (2.34% from 255 or 6.94% from 72); Blue value is 48 (19.14% from 255 or 66.67% from 72); Max value from RGB is 48 - color contains mainly: blue. Hex color #130530 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130530 is #ECFACF. Grayscale: #0D0D0D. Windows color (decimal): -15530704 or 3147027. OLE color: 3147027.

HSL color Cylindrical-coordinate representation of color #130530: hue angle of 259.53º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #130530 is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 19 5 48 -
CMYK 0.60 0.90 0 0.81
HSL 259.53º 0.81% 0.1% -
HSV(B) 259.53º 0.9% 0.19% -
XYZ 0.86 0.46 2.84 -
YUV 14.09 147.14 131.5 -
System Red Green Blue C M Y K H S L
Decimal 19 5 48 0.60 0.90 0 0.81 259.53 0.81 0.1
Hex 13 5 30 3C 5A 0 51 104 51 A
Octal 23 5 60 74 132 0 121 404 121 12
Binary 10011 101 110000 111100 1011010 0 1010001 100000100 1010001 1010

Color Harmonies of #130530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130530

Black with #130530

Text Example


Text Example

White with #130530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130530; }

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

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

background-color css

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

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

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

border-color css

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

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

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