Html Css Color HEX #13031A Blackcurrant

📋 copy color: '#13031A'

red 19 ◦ green 3 ◦ blue 26

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

Shades of Blackcurrant #13031A

Tints of Blackcurrant #13031A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 6.25%

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

R = 39.58%
G = 6.25%
B = 54.17%

CMYK

 C value IS 0.27

 M value IS 0.88

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#13031A (or 0x13031A) is known color: Blackcurrant. HEX triplet: 13, 03 and 1A. RGB value is (19,3,26). Sum of RGB (Red+Green+Blue) = 19+3+26=48 (6% of max value = 765). Red value is 19 (7.81% from 255 or 39.58% from 48); Green value is 3 (1.56% from 255 or 6.25% from 48); Blue value is 26 (10.55% from 255 or 54.17% from 48); Max value from RGB is 26 - color contains mainly: blue. Hex color #13031A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13031A is #ECFCE5. Grayscale: #0A0A0A. Windows color (decimal): -15531238 or 1704723. OLE color: 1704723.

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

Color convert

RGB 19 3 26 -
CMYK 0.27 0.88 0 0.90
HSL 281.74º 0.79% 0.06% -
HSV(B) 281.74º 0.88% 0.1% -
XYZ 0.49 0.28 1.01 -
YUV 10.41 136.8 134.13 -
System Red Green Blue C M Y K H S L
Decimal 19 3 26 0.27 0.88 0 0.90 281.74 0.79 0.06
Hex 13 3 1A 1B 58 0 5A 11A 4F 6
Octal 23 3 32 33 130 0 132 432 117 6
Binary 10011 11 11010 11011 1011000 0 1011010 100011010 1001111 110

Color Harmonies of #13031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13031A

Black with #13031A

Text Example


Text Example

White with #13031A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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