Html Css Color HEX #13031E Blackcurrant

📋 copy color: '#13031E'

red 19 ◦ green 3 ◦ blue 30

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

Shades of Blackcurrant #13031E

Tints of Blackcurrant #13031E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 57.69%

R = 36.54%
G = 5.77%
B = 57.69%

CMYK

 C value IS 0.37

 M value IS 0.90

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#13031E (or 0x13031E) is known color: Blackcurrant. HEX triplet: 13, 03 and 1E. RGB value is (19,3,30). Sum of RGB (Red+Green+Blue) = 19+3+30=52 (6% of max value = 765). Red value is 19 (7.81% from 255 or 36.54% from 52); Green value is 3 (1.56% from 255 or 5.77% from 52); Blue value is 30 (12.11% from 255 or 57.69% from 52); Max value from RGB is 30 - color contains mainly: blue. Hex color #13031E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13031E is #ECFCE1. Grayscale: #0A0A0A. Windows color (decimal): -15531234 or 1966867. OLE color: 1966867.

HSL color Cylindrical-coordinate representation of color #13031E: hue angle of 275.56º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13031E is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 19 3 30 -
CMYK 0.37 0.90 0 0.88
HSL 275.56º 0.82% 0.06% -
HSV(B) 275.56º 0.9% 0.12% -
XYZ 0.54 0.3 1.26 -
YUV 10.86 138.8 133.8 -
System Red Green Blue C M Y K H S L
Decimal 19 3 30 0.37 0.90 0 0.88 275.56 0.82 0.06
Hex 13 3 1E 25 5A 0 58 114 52 6
Octal 23 3 36 45 132 0 130 424 122 6
Binary 10011 11 11110 100101 1011010 0 1011000 100010100 1010010 110

Color Harmonies of #13031E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13031E

Black with #13031E

Text Example


Text Example

White with #13031E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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