Html Css Color HEX #13021A Blackcurrant

📋 copy color: '#13021A'

red 19 ◦ green 2 ◦ blue 26

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

Shades of Blackcurrant #13021A

Tints of Blackcurrant #13021A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 4.26%

 BLUE value IS 26 (10.55% from 255) = 55.32%

R = 40.43%
G = 4.26%
B = 55.32%

CMYK

 C value IS 0.27

 M value IS 0.92

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#13021A (or 0x13021A) is known color: Blackcurrant. HEX triplet: 13, 02 and 1A. RGB value is (19,2,26). Sum of RGB (Red+Green+Blue) = 19+2+26=47 (6% of max value = 765). Red value is 19 (7.81% from 255 or 40.43% from 47); Green value is 2 (1.17% from 255 or 4.26% from 47); Blue value is 26 (10.55% from 255 or 55.32% from 47); Max value from RGB is 26 - color contains mainly: blue. Hex color #13021A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13021A is #ECFDE5. Grayscale: #090909. Windows color (decimal): -15531494 or 1704467. OLE color: 1704467.

HSL color Cylindrical-coordinate representation of color #13021A: hue angle of 282.5º degrees, saturation: 0.86, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13021A is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 19 2 26 -
CMYK 0.27 0.92 0 0.90
HSL 282.5º 0.86% 0.05% -
HSV(B) 282.5º 0.92% 0.1% -
XYZ 0.48 0.26 1 -
YUV 9.82 137.13 134.55 -
System Red Green Blue C M Y K H S L
Decimal 19 2 26 0.27 0.92 0 0.90 282.5 0.86 0.05
Hex 13 2 1A 1B 5C 0 5A 11A 56 5
Octal 23 2 32 33 134 0 132 432 126 5
Binary 10011 10 11010 11011 1011100 0 1011010 100011010 1010110 101

Color Harmonies of #13021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13021A

Black with #13021A

Text Example


Text Example

White with #13021A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,2,26); }

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

background-color css

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

 a { background-color: rgb(19,2,26); }

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

border-color css

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

 span { border-color: rgb(19,2,26); }

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