Html Css Color HEX #13042A Blackcurrant

📋 copy color: '#13042A'

red 19 ◦ green 4 ◦ blue 42

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

Shades of Blackcurrant #13042A

Tints of Blackcurrant #13042A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 6.15%

 BLUE value IS 42 (16.8% from 255) = 64.62%

R = 29.23%
G = 6.15%
B = 64.62%

CMYK

 C value IS 0.55

 M value IS 0.90

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#13042A (or 0x13042A) is known color: Blackcurrant. HEX triplet: 13, 04 and 2A. RGB value is (19,4,42). Sum of RGB (Red+Green+Blue) = 19+4+42=65 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.23% from 65); Green value is 4 (1.95% from 255 or 6.15% from 65); Blue value is 42 (16.80% from 255 or 64.62% from 65); Max value from RGB is 42 - color contains mainly: blue. Hex color #13042A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13042A is #ECFBD5. Grayscale: #0C0C0C. Windows color (decimal): -15530966 or 2753555. OLE color: 2753555.

HSL color Cylindrical-coordinate representation of color #13042A: hue angle of 263.68º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13042A is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 19 4 42 -
CMYK 0.55 0.90 0 0.84
HSL 263.68º 0.83% 0.09% -
HSV(B) 263.68º 0.9% 0.16% -
XYZ 0.73 0.39 2.23 -
YUV 12.82 144.47 132.41 -
System Red Green Blue C M Y K H S L
Decimal 19 4 42 0.55 0.90 0 0.84 263.68 0.83 0.09
Hex 13 4 2A 37 5A 0 54 108 53 9
Octal 23 4 52 67 132 0 124 410 123 11
Binary 10011 100 101010 110111 1011010 0 1010100 100001000 1010011 1001

Color Harmonies of #13042A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13042A

Black with #13042A

Text Example


Text Example

White with #13042A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,4,42); }

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

background-color css

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

 a { background-color: rgb(19,4,42); }

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

border-color css

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

 span { border-color: rgb(19,4,42); }

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