Html Css Color HEX #13071E Blackcurrant

📋 copy color: '#13071E'

red 19 ◦ green 7 ◦ blue 30

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

Shades of Blackcurrant #13071E

Tints of Blackcurrant #13071E

RGB

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

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

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

R = 33.93%
G = 12.5%
B = 53.57%

CMYK

 C value IS 0.37

 M value IS 0.77

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#13071E (or 0x13071E) is known color: Blackcurrant. HEX triplet: 13, 07 and 1E. RGB value is (19,7,30). Sum of RGB (Red+Green+Blue) = 19+7+30=56 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.93% from 56); Green value is 7 (3.12% from 255 or 12.5% from 56); Blue value is 30 (12.11% from 255 or 53.57% from 56); Max value from RGB is 30 - color contains mainly: blue. Hex color #13071E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13071E is #ECF8E1. Grayscale: #0D0D0D. Windows color (decimal): -15530210 or 1967891. OLE color: 1967891.

HSL color Cylindrical-coordinate representation of color #13071E: hue angle of 271.3º degrees, saturation: 0.62, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #13071E is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 19 7 30 -
CMYK 0.37 0.77 0 0.88
HSL 271.3º 0.62% 0.07% -
HSV(B) 271.3º 0.77% 0.12% -
XYZ 0.58 0.38 1.27 -
YUV 13.21 137.48 132.13 -
System Red Green Blue C M Y K H S L
Decimal 19 7 30 0.37 0.77 0 0.88 271.3 0.62 0.07
Hex 13 7 1E 25 4D 0 58 10F 3E 7
Octal 23 7 36 45 115 0 130 417 76 7
Binary 10011 111 11110 100101 1001101 0 1011000 100001111 111110 111

Color Harmonies of #13071E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13071E

Black with #13071E

Text Example


Text Example

White with #13071E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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