Html Css Color HEX #13013A Blackcurrant

📋 copy color: '#13013A'

red 19 ◦ green 1 ◦ blue 58

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

Shades of Blackcurrant #13013A

Tints of Blackcurrant #13013A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 74.36%

R = 24.36%
G = 1.28%
B = 74.36%

CMYK

 C value IS 0.67

 M value IS 0.98

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#13013A (or 0x13013A) is known color: Blackcurrant. HEX triplet: 13, 01 and 3A. RGB value is (19,1,58). Sum of RGB (Red+Green+Blue) = 19+1+58=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 1 (0.78% from 255 or 1.28% from 78); Blue value is 58 (23.05% from 255 or 74.36% from 78); Max value from RGB is 58 - color contains mainly: blue. Hex color #13013A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13013A is #ECFEC5. Grayscale: #0C0C0C. Windows color (decimal): -15531718 or 3801363. OLE color: 3801363.

HSL color Cylindrical-coordinate representation of color #13013A: hue angle of 258.95º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #13013A is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 19 1 58 -
CMYK 0.67 0.98 0 0.77
HSL 258.95º 0.97% 0.12% -
HSV(B) 258.95º 0.98% 0.23% -
XYZ 1.04 0.47 4.04 -
YUV 12.88 153.46 132.37 -
System Red Green Blue C M Y K H S L
Decimal 19 1 58 0.67 0.98 0 0.77 258.95 0.97 0.12
Hex 13 1 3A 43 62 0 4D 103 61 C
Octal 23 1 72 103 142 0 115 403 141 14
Binary 10011 1 111010 1000011 1100010 0 1001101 100000011 1100001 1100

Color Harmonies of #13013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13013A

Black with #13013A

Text Example


Text Example

White with #13013A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13013A; }

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

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

background-color css

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

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

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

border-color css

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

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

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