Html Css Color HEX #130137 Blackcurrant

📋 copy color: '#130137'

red 19 ◦ green 1 ◦ blue 55

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

Shades of Blackcurrant #130137

Tints of Blackcurrant #130137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 73.33%

R = 25.33%
G = 1.33%
B = 73.33%

CMYK

 C value IS 0.65

 M value IS 0.98

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#130137 (or 0x130137) is known color: Blackcurrant. HEX triplet: 13, 01 and 37. RGB value is (19,1,55). Sum of RGB (Red+Green+Blue) = 19+1+55=75 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.33% from 75); Green value is 1 (0.78% from 255 or 1.33% from 75); Blue value is 55 (21.88% from 255 or 73.33% from 75); Max value from RGB is 55 - color contains mainly: blue. Hex color #130137 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130137 is #ECFEC8. Grayscale: #0C0C0C. Windows color (decimal): -15531721 or 3604755. OLE color: 3604755.

HSL color Cylindrical-coordinate representation of color #130137: hue angle of 260º degrees, saturation: 0.96, 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 #130137 is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 1 55 -
CMYK 0.65 0.98 0 0.78
HSL 260º 0.96% 0.11% -
HSV(B) 260º 0.98% 0.22% -
XYZ 0.97 0.44 3.65 -
YUV 12.54 151.96 132.61 -
System Red Green Blue C M Y K H S L
Decimal 19 1 55 0.65 0.98 0 0.78 260 0.96 0.11
Hex 13 1 37 41 62 0 4E 104 60 B
Octal 23 1 67 101 142 0 116 404 140 13
Binary 10011 1 110111 1000001 1100010 0 1001110 100000100 1100000 1011

Color Harmonies of #130137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130137

Black with #130137

Text Example


Text Example

White with #130137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130137; }

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

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

background-color css

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

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

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

border-color css

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

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

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