Html Css Color HEX #13082A Blackcurrant

📋 copy color: '#13082A'

red 19 ◦ green 8 ◦ blue 42

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

Shades of Blackcurrant #13082A

Tints of Blackcurrant #13082A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 11.59%

 BLUE value IS 42 (16.8% from 255) = 60.87%

R = 27.54%
G = 11.59%
B = 60.87%

CMYK

 C value IS 0.55

 M value IS 0.81

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#13082A (or 0x13082A) is known color: Blackcurrant. HEX triplet: 13, 08 and 2A. RGB value is (19,8,42). Sum of RGB (Red+Green+Blue) = 19+8+42=69 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.54% from 69); Green value is 8 (3.52% from 255 or 11.59% from 69); Blue value is 42 (16.80% from 255 or 60.87% from 69); Max value from RGB is 42 - color contains mainly: blue. Hex color #13082A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13082A is #ECF7D5. Grayscale: #0F0F0F. Windows color (decimal): -15529942 or 2754579. OLE color: 2754579.

HSL color Cylindrical-coordinate representation of color #13082A: hue angle of 259.41º degrees, saturation: 0.68, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #13082A is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 19 8 42 -
CMYK 0.55 0.81 0 0.84
HSL 259.41º 0.68% 0.1% -
HSV(B) 259.41º 0.81% 0.16% -
XYZ 0.77 0.48 2.24 -
YUV 15.17 143.14 130.74 -
System Red Green Blue C M Y K H S L
Decimal 19 8 42 0.55 0.81 0 0.84 259.41 0.68 0.1
Hex 13 8 2A 37 51 0 54 103 44 A
Octal 23 10 52 67 121 0 124 403 104 12
Binary 10011 1000 101010 110111 1010001 0 1010100 100000011 1000100 1010

Color Harmonies of #13082A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13082A

Black with #13082A

Text Example


Text Example

White with #13082A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13082A; }

 p { color: rgb(19,8,42); }

 H1.HeaderClassName
 {
   color: #13082A;
 }
 .AnyTagClassName
 {
   color: #13082A;
 }
</style>

background-color css

<style>
 a { background-color: #13082A; }

 a { background-color: rgb(19,8,42); }

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

border-color css

<style>
 span { border-color: #13082A; }

 span { border-color: rgb(19,8,42); }

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