Html Css Color HEX #130039 Blackcurrant

📋 copy color: '#130039'

red 19 ◦ green 0 ◦ blue 57

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

Shades of Blackcurrant #130039

Tints of Blackcurrant #130039

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 25%
G = 0%
B = 75%

CMYK

 C value IS 0.67

 M value IS 1

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#130039 (or 0x130039) is known color: Blackcurrant. HEX triplet: 13, 00 and 39. RGB value is (19,0,57). Sum of RGB (Red+Green+Blue) = 19+0+57=76 (10% of max value = 765). Red value is 19 (7.81% from 255 or 25% from 76); Green value is 0 (0.39% from 255 or 0% from 76); Blue value is 57 (22.66% from 255 or 75% from 76); Max value from RGB is 57 - color contains mainly: blue. Hex color #130039 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130039 is #ECFFC6. Grayscale: #0B0B0B. Windows color (decimal): -15531975 or 3735571. OLE color: 3735571.

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

Color convert

RGB 19 0 57 -
CMYK 0.67 1 0 0.78
HSL 260º 1% 0.11% -
HSV(B) 260º 1% 0.22% -
XYZ 1.01 0.43 3.9 -
YUV 12.18 153.29 132.87 -
System Red Green Blue C M Y K H S L
Decimal 19 0 57 0.67 1 0 0.78 260 1 0.11
Hex 13 0 39 43 64 0 4E 104 64 B
Octal 23 0 71 103 144 0 116 404 144 13
Binary 10011 0 111001 1000011 1100100 0 1001110 100000100 1100100 1011

Color Harmonies of #130039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130039

Black with #130039

Text Example


Text Example

White with #130039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130039; }

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

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

background-color css

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

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

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

border-color css

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

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

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