Html Css Color HEX #130331 Blackcurrant

📋 copy color: '#130331'

red 19 ◦ green 3 ◦ blue 49

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

Shades of Blackcurrant #130331

Tints of Blackcurrant #130331

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4.23%

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

R = 26.76%
G = 4.23%
B = 69.01%

CMYK

 C value IS 0.61

 M value IS 0.94

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#130331 (or 0x130331) is known color: Blackcurrant. HEX triplet: 13, 03 and 31. RGB value is (19,3,49). Sum of RGB (Red+Green+Blue) = 19+3+49=71 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.76% from 71); Green value is 3 (1.56% from 255 or 4.23% from 71); Blue value is 49 (19.53% from 255 or 69.01% from 71); Max value from RGB is 49 - color contains mainly: blue. Hex color #130331 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130331 is #ECFCCE. Grayscale: #0C0C0C. Windows color (decimal): -15531215 or 3212051. OLE color: 3212051.

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

Color convert

RGB 19 3 49 -
CMYK 0.61 0.94 0 0.81
HSL 260.87º 0.88% 0.1% -
HSV(B) 260.87º 0.94% 0.19% -
XYZ 0.86 0.43 2.94 -
YUV 13.03 148.3 132.26 -
System Red Green Blue C M Y K H S L
Decimal 19 3 49 0.61 0.94 0 0.81 260.87 0.88 0.1
Hex 13 3 31 3D 5E 0 51 105 58 A
Octal 23 3 61 75 136 0 121 405 130 12
Binary 10011 11 110001 111101 1011110 0 1010001 100000101 1011000 1010

Color Harmonies of #130331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130331

Black with #130331

Text Example


Text Example

White with #130331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130331; }

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

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

background-color css

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

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

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

border-color css

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

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

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