Html Css Color HEX #13012B Blackcurrant

📋 copy color: '#13012B'

red 19 ◦ green 1 ◦ blue 43

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

Shades of Blackcurrant #13012B

Tints of Blackcurrant #13012B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.59%

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

R = 30.16%
G = 1.59%
B = 68.25%

CMYK

 C value IS 0.56

 M value IS 0.98

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#13012B (or 0x13012B) is known color: Blackcurrant. HEX triplet: 13, 01 and 2B. RGB value is (19,1,43). Sum of RGB (Red+Green+Blue) = 19+1+43=63 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.16% from 63); Green value is 1 (0.78% from 255 or 1.59% from 63); Blue value is 43 (17.19% from 255 or 68.25% from 63); Max value from RGB is 43 - color contains mainly: blue. Hex color #13012B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13012B is #ECFED4. Grayscale: #0B0B0B. Windows color (decimal): -15531733 or 2818323. OLE color: 2818323.

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

Color convert

RGB 19 1 43 -
CMYK 0.56 0.98 0 0.83
HSL 265.71º 0.95% 0.09% -
HSV(B) 265.71º 0.98% 0.17% -
XYZ 0.72 0.33 2.31 -
YUV 11.17 145.96 133.58 -
System Red Green Blue C M Y K H S L
Decimal 19 1 43 0.56 0.98 0 0.83 265.71 0.95 0.09
Hex 13 1 2B 38 62 0 53 10A 5F 9
Octal 23 1 53 70 142 0 123 412 137 11
Binary 10011 1 101011 111000 1100010 0 1010011 100001010 1011111 1001

Color Harmonies of #13012B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13012B

Black with #13012B

Text Example


Text Example

White with #13012B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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