Html Css Color HEX #130532 Blackcurrant

📋 copy color: '#130532'

red 19 ◦ green 5 ◦ blue 50

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

Shades of Blackcurrant #130532

Tints of Blackcurrant #130532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 67.57%

R = 25.68%
G = 6.76%
B = 67.57%

CMYK

 C value IS 0.62

 M value IS 0.90

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#130532 (or 0x130532) is known color: Blackcurrant. HEX triplet: 13, 05 and 32. RGB value is (19,5,50). Sum of RGB (Red+Green+Blue) = 19+5+50=74 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.68% from 74); Green value is 5 (2.34% from 255 or 6.76% from 74); Blue value is 50 (19.92% from 255 or 67.57% from 74); Max value from RGB is 50 - color contains mainly: blue. Hex color #130532 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130532 is #ECFACD. Grayscale: #0E0E0E. Windows color (decimal): -15530702 or 3278099. OLE color: 3278099.

HSL color Cylindrical-coordinate representation of color #130532: hue angle of 258.67º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #130532 is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 19 5 50 -
CMYK 0.62 0.90 0 0.80
HSL 258.67º 0.82% 0.11% -
HSV(B) 258.67º 0.9% 0.2% -
XYZ 0.9 0.48 3.06 -
YUV 14.32 148.14 131.34 -
System Red Green Blue C M Y K H S L
Decimal 19 5 50 0.62 0.90 0 0.80 258.67 0.82 0.11
Hex 13 5 32 3E 5A 0 50 103 52 B
Octal 23 5 62 76 132 0 120 403 122 13
Binary 10011 101 110010 111110 1011010 0 1010000 100000011 1010010 1011

Color Harmonies of #130532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130532

Black with #130532

Text Example


Text Example

White with #130532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130532; }

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

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

background-color css

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

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

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

border-color css

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

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

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