Html Css Color HEX #130431 Blackcurrant

📋 copy color: '#130431'

red 19 ◦ green 4 ◦ blue 49

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

Shades of Blackcurrant #130431

Tints of Blackcurrant #130431

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.56%

 BLUE value IS 49 (19.53% from 255) = 68.06%

R = 26.39%
G = 5.56%
B = 68.06%

CMYK

 C value IS 0.61

 M value IS 0.92

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#130431 (or 0x130431) is known color: Blackcurrant. HEX triplet: 13, 04 and 31. RGB value is (19,4,49). Sum of RGB (Red+Green+Blue) = 19+4+49=72 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.39% from 72); Green value is 4 (1.95% from 255 or 5.56% from 72); Blue value is 49 (19.53% from 255 or 68.06% from 72); Max value from RGB is 49 - color contains mainly: blue. Hex color #130431 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130431 is #ECFBCE. Grayscale: #0D0D0D. Windows color (decimal): -15530959 or 3212307. OLE color: 3212307.

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

Color convert

RGB 19 4 49 -
CMYK 0.61 0.92 0 0.81
HSL 260º 0.85% 0.1% -
HSV(B) 260º 0.92% 0.19% -
XYZ 0.87 0.45 2.95 -
YUV 13.62 147.97 131.84 -
System Red Green Blue C M Y K H S L
Decimal 19 4 49 0.61 0.92 0 0.81 260 0.85 0.1
Hex 13 4 31 3D 5C 0 51 104 55 A
Octal 23 4 61 75 134 0 121 404 125 12
Binary 10011 100 110001 111101 1011100 0 1010001 100000100 1010101 1010

Color Harmonies of #130431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130431

Black with #130431

Text Example


Text Example

White with #130431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130431; }

 p { color: rgb(19,4,49); }

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

background-color css

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

 a { background-color: rgb(19,4,49); }

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

border-color css

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

 span { border-color: rgb(19,4,49); }

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