Html Css Color HEX #130715 Blackcurrant

📋 copy color: '#130715'

red 19 ◦ green 7 ◦ blue 21

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

Shades of Blackcurrant #130715

Tints of Blackcurrant #130715

RGB

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

 GREEN value IS 7 (3.13% from 255) = 14.89%

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

R = 40.43%
G = 14.89%
B = 44.68%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#130715 (or 0x130715) is known color: Blackcurrant. HEX triplet: 13, 07 and 15. RGB value is (19,7,21). Sum of RGB (Red+Green+Blue) = 19+7+21=47 (6% of max value = 765). Red value is 19 (7.81% from 255 or 40.43% from 47); Green value is 7 (3.12% from 255 or 14.89% from 47); Blue value is 21 (8.59% from 255 or 44.68% from 47); Max value from RGB is 21 - color contains mainly: blue. Hex color #130715 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130715 is #ECF8EA. Grayscale: #0C0C0C. Windows color (decimal): -15530219 or 1378067. OLE color: 1378067.

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

Color convert

RGB 19 7 21 -
CMYK 0.10 0.67 0 0.92
HSL 291.43º 0.5% 0.05% -
HSV(B) 291.43º 0.67% 0.08% -
XYZ 0.48 0.34 0.75 -
YUV 12.18 132.98 132.86 -
System Red Green Blue C M Y K H S L
Decimal 19 7 21 0.10 0.67 0 0.92 291.43 0.5 0.05
Hex 13 7 15 A 43 0 5C 123 32 5
Octal 23 7 25 12 103 0 134 443 62 5
Binary 10011 111 10101 1010 1000011 0 1011100 100100011 110010 101

Color Harmonies of #130715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130715

Black with #130715

Text Example


Text Example

White with #130715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130715; }

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

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

background-color css

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

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

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

border-color css

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

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

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