Html Css Color HEX #13072E Blackcurrant

📋 copy color: '#13072E'

red 19 ◦ green 7 ◦ blue 46

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

Shades of Blackcurrant #13072E

Tints of Blackcurrant #13072E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 63.89%

R = 26.39%
G = 9.72%
B = 63.89%

CMYK

 C value IS 0.59

 M value IS 0.85

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#13072E (or 0x13072E) is known color: Blackcurrant. HEX triplet: 13, 07 and 2E. RGB value is (19,7,46). Sum of RGB (Red+Green+Blue) = 19+7+46=72 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.39% from 72); Green value is 7 (3.12% from 255 or 9.72% from 72); Blue value is 46 (18.36% from 255 or 63.89% from 72); Max value from RGB is 46 - color contains mainly: blue. Hex color #13072E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13072E is #ECF8D1. Grayscale: #0E0E0E. Windows color (decimal): -15530194 or 3016467. OLE color: 3016467.

HSL color Cylindrical-coordinate representation of color #13072E: hue angle of 258.46º degrees, saturation: 0.74, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13072E is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 19 7 46 -
CMYK 0.59 0.85 0 0.82
HSL 258.46º 0.74% 0.1% -
HSV(B) 258.46º 0.85% 0.18% -
XYZ 0.84 0.49 2.63 -
YUV 15.03 145.48 130.83 -
System Red Green Blue C M Y K H S L
Decimal 19 7 46 0.59 0.85 0 0.82 258.46 0.74 0.1
Hex 13 7 2E 3B 55 0 52 102 4A A
Octal 23 7 56 73 125 0 122 402 112 12
Binary 10011 111 101110 111011 1010101 0 1010010 100000010 1001010 1010

Color Harmonies of #13072E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13072E

Black with #13072E

Text Example


Text Example

White with #13072E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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