Html Css Color HEX #13071C Blackcurrant

📋 copy color: '#13071C'

red 19 ◦ green 7 ◦ blue 28

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

Shades of Blackcurrant #13071C

Tints of Blackcurrant #13071C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 12.96%

 BLUE value IS 28 (11.33% from 255) = 51.85%

R = 35.19%
G = 12.96%
B = 51.85%

CMYK

 C value IS 0.32

 M value IS 0.75

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#13071C (or 0x13071C) is known color: Blackcurrant. HEX triplet: 13, 07 and 1C. RGB value is (19,7,28). Sum of RGB (Red+Green+Blue) = 19+7+28=54 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.19% from 54); Green value is 7 (3.12% from 255 or 12.96% from 54); Blue value is 28 (11.33% from 255 or 51.85% from 54); Max value from RGB is 28 - color contains mainly: blue. Hex color #13071C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13071C is #ECF8E3. Grayscale: #0C0C0C. Windows color (decimal): -15530212 or 1836819. OLE color: 1836819.

HSL color Cylindrical-coordinate representation of color #13071C: hue angle of 274.29º degrees, saturation: 0.6, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #13071C is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 19 7 28 -
CMYK 0.32 0.75 0 0.89
HSL 274.29º 0.6% 0.07% -
HSV(B) 274.29º 0.75% 0.11% -
XYZ 0.55 0.37 1.14 -
YUV 12.98 136.48 132.29 -
System Red Green Blue C M Y K H S L
Decimal 19 7 28 0.32 0.75 0 0.89 274.29 0.6 0.07
Hex 13 7 1C 20 4B 0 59 112 3C 7
Octal 23 7 34 40 113 0 131 422 74 7
Binary 10011 111 11100 100000 1001011 0 1011001 100010010 111100 111

Color Harmonies of #13071C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13071C

Black with #13071C

Text Example


Text Example

White with #13071C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13071C; }

 p { color: rgb(19,7,28); }

 H1.HeaderClassName
 {
   color: #13071C;
 }
 .AnyTagClassName
 {
   color: #13071C;
 }
</style>

background-color css

<style>
 a { background-color: #13071C; }

 a { background-color: rgb(19,7,28); }

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

border-color css

<style>
 span { border-color: #13071C; }

 span { border-color: rgb(19,7,28); }

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