Html Css Color HEX #13082B Blackcurrant

📋 copy color: '#13082B'

red 19 ◦ green 8 ◦ blue 43

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

Shades of Blackcurrant #13082B

Tints of Blackcurrant #13082B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 61.43%

R = 27.14%
G = 11.43%
B = 61.43%

CMYK

 C value IS 0.56

 M value IS 0.81

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#13082B (or 0x13082B) is known color: Blackcurrant. HEX triplet: 13, 08 and 2B. RGB value is (19,8,43). Sum of RGB (Red+Green+Blue) = 19+8+43=70 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.14% from 70); Green value is 8 (3.52% from 255 or 11.43% from 70); Blue value is 43 (17.19% from 255 or 61.43% from 70); Max value from RGB is 43 - color contains mainly: blue. Hex color #13082B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13082B is #ECF7D4. Grayscale: #0F0F0F. Windows color (decimal): -15529941 or 2820115. OLE color: 2820115.

HSL color Cylindrical-coordinate representation of color #13082B: hue angle of 258.86º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #13082B is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 19 8 43 -
CMYK 0.56 0.81 0 0.83
HSL 258.86º 0.69% 0.1% -
HSV(B) 258.86º 0.81% 0.17% -
XYZ 0.79 0.49 2.34 -
YUV 15.28 143.64 130.65 -
System Red Green Blue C M Y K H S L
Decimal 19 8 43 0.56 0.81 0 0.83 258.86 0.69 0.1
Hex 13 8 2B 38 51 0 53 103 45 A
Octal 23 10 53 70 121 0 123 403 105 12
Binary 10011 1000 101011 111000 1010001 0 1010011 100000011 1000101 1010

Color Harmonies of #13082B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13082B

Black with #13082B

Text Example


Text Example

White with #13082B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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