Html Css Color HEX #130139 Blackcurrant

📋 copy color: '#130139'

red 19 ◦ green 1 ◦ blue 57

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

Shades of Blackcurrant #130139

Tints of Blackcurrant #130139

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.3%

 BLUE value IS 57 (22.66% from 255) = 74.03%

R = 24.68%
G = 1.3%
B = 74.03%

CMYK

 C value IS 0.67

 M value IS 0.98

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#130139 (or 0x130139) is known color: Blackcurrant. HEX triplet: 13, 01 and 39. RGB value is (19,1,57). Sum of RGB (Red+Green+Blue) = 19+1+57=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 1 (0.78% from 255 or 1.30% from 77); Blue value is 57 (22.66% from 255 or 74.03% from 77); Max value from RGB is 57 - color contains mainly: blue. Hex color #130139 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130139 is #ECFEC6. Grayscale: #0C0C0C. Windows color (decimal): -15531719 or 3735827. OLE color: 3735827.

HSL color Cylindrical-coordinate representation of color #130139: hue angle of 259.29º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #130139 is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 1 57 -
CMYK 0.67 0.98 0 0.78
HSL 259.29º 0.97% 0.11% -
HSV(B) 259.29º 0.98% 0.22% -
XYZ 1.02 0.46 3.91 -
YUV 12.77 152.96 132.45 -
System Red Green Blue C M Y K H S L
Decimal 19 1 57 0.67 0.98 0 0.78 259.29 0.97 0.11
Hex 13 1 39 43 62 0 4E 103 61 B
Octal 23 1 71 103 142 0 116 403 141 13
Binary 10011 1 111001 1000011 1100010 0 1001110 100000011 1100001 1011

Color Harmonies of #130139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130139

Black with #130139

Text Example


Text Example

White with #130139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130139; }

 p { color: rgb(19,1,57); }

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

background-color css

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

 a { background-color: rgb(19,1,57); }

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

border-color css

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

 span { border-color: rgb(19,1,57); }

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