Html Css Color HEX #130315 Blackcurrant

📋 copy color: '#130315'

red 19 ◦ green 3 ◦ blue 21

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

Shades of Blackcurrant #130315

Tints of Blackcurrant #130315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 48.84%

R = 44.19%
G = 6.98%
B = 48.84%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#130315 (or 0x130315) is known color: Blackcurrant. HEX triplet: 13, 03 and 15. RGB value is (19,3,21). Sum of RGB (Red+Green+Blue) = 19+3+21=43 (5% of max value = 765). Red value is 19 (7.81% from 255 or 44.19% from 43); Green value is 3 (1.56% from 255 or 6.98% from 43); Blue value is 21 (8.59% from 255 or 48.84% from 43); Max value from RGB is 21 - color contains mainly: blue. Hex color #130315 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130315 is #ECFCEA. Grayscale: #090909. Windows color (decimal): -15531243 or 1377043. OLE color: 1377043.

HSL color Cylindrical-coordinate representation of color #130315: hue angle of 293.33º degrees, saturation: 0.75, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #130315 is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 19 3 21 -
CMYK 0.10 0.86 0 0.92
HSL 293.33º 0.75% 0.05% -
HSV(B) 293.33º 0.86% 0.08% -
XYZ 0.44 0.26 0.74 -
YUV 9.84 134.3 134.54 -
System Red Green Blue C M Y K H S L
Decimal 19 3 21 0.10 0.86 0 0.92 293.33 0.75 0.05
Hex 13 3 15 A 56 0 5C 125 4B 5
Octal 23 3 25 12 126 0 134 445 113 5
Binary 10011 11 10101 1010 1010110 0 1011100 100100101 1001011 101

Color Harmonies of #130315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130315

Black with #130315

Text Example


Text Example

White with #130315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130315; }

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

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

background-color css

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

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

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

border-color css

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

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

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