Html Css Color HEX #13032E Blackcurrant

📋 copy color: '#13032E'

red 19 ◦ green 3 ◦ blue 46

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

Shades of Blackcurrant #13032E

Tints of Blackcurrant #13032E

RGB

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

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

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

R = 27.94%
G = 4.41%
B = 67.65%

CMYK

 C value IS 0.59

 M value IS 0.93

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#13032E (or 0x13032E) is known color: Blackcurrant. HEX triplet: 13, 03 and 2E. RGB value is (19,3,46). Sum of RGB (Red+Green+Blue) = 19+3+46=68 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.94% from 68); Green value is 3 (1.56% from 255 or 4.41% from 68); Blue value is 46 (18.36% from 255 or 67.65% from 68); Max value from RGB is 46 - color contains mainly: blue. Hex color #13032E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13032E is #ECFCD1. Grayscale: #0C0C0C. Windows color (decimal): -15531218 or 3015443. OLE color: 3015443.

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

Color convert

RGB 19 3 46 -
CMYK 0.59 0.93 0 0.82
HSL 262.33º 0.88% 0.1% -
HSV(B) 262.33º 0.93% 0.18% -
XYZ 0.79 0.4 2.62 -
YUV 12.69 146.8 132.5 -
System Red Green Blue C M Y K H S L
Decimal 19 3 46 0.59 0.93 0 0.82 262.33 0.88 0.1
Hex 13 3 2E 3B 5D 0 52 106 58 A
Octal 23 3 56 73 135 0 122 406 130 12
Binary 10011 11 101110 111011 1011101 0 1010010 100000110 1011000 1010

Color Harmonies of #13032E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13032E

Black with #13032E

Text Example


Text Example

White with #13032E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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