Html Css Color HEX #13031B Blackcurrant

📋 copy color: '#13031B'

red 19 ◦ green 3 ◦ blue 27

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

Shades of Blackcurrant #13031B

Tints of Blackcurrant #13031B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 55.1%

R = 38.78%
G = 6.12%
B = 55.1%

CMYK

 C value IS 0.30

 M value IS 0.89

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#13031B (or 0x13031B) is known color: Blackcurrant. HEX triplet: 13, 03 and 1B. RGB value is (19,3,27). Sum of RGB (Red+Green+Blue) = 19+3+27=49 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38.78% from 49); Green value is 3 (1.56% from 255 or 6.12% from 49); Blue value is 27 (10.94% from 255 or 55.10% from 49); Max value from RGB is 27 - color contains mainly: blue. Hex color #13031B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13031B is #ECFCE4. Grayscale: #0A0A0A. Windows color (decimal): -15531237 or 1770259. OLE color: 1770259.

HSL color Cylindrical-coordinate representation of color #13031B: hue angle of 280º degrees, saturation: 0.8, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13031B is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 19 3 27 -
CMYK 0.30 0.89 0 0.89
HSL 280º 0.8% 0.06% -
HSV(B) 280º 0.89% 0.11% -
XYZ 0.5 0.28 1.07 -
YUV 10.52 137.3 134.05 -
System Red Green Blue C M Y K H S L
Decimal 19 3 27 0.30 0.89 0 0.89 280 0.8 0.06
Hex 13 3 1B 1E 59 0 59 118 50 6
Octal 23 3 33 36 131 0 131 430 120 6
Binary 10011 11 11011 11110 1011001 0 1011001 100011000 1010000 110

Color Harmonies of #13031B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13031B

Black with #13031B

Text Example


Text Example

White with #13031B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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