Html Css Color HEX #130415 Blackcurrant

📋 copy color: '#130415'

red 19 ◦ green 4 ◦ blue 21

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

Shades of Blackcurrant #130415

Tints of Blackcurrant #130415

RGB

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

 GREEN value IS 4 (1.95% from 255) = 9.09%

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

R = 43.18%
G = 9.09%
B = 47.73%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#130415 (or 0x130415) is known color: Blackcurrant. HEX triplet: 13, 04 and 15. RGB value is (19,4,21). Sum of RGB (Red+Green+Blue) = 19+4+21=44 (5% of max value = 765). Red value is 19 (7.81% from 255 or 43.18% from 44); Green value is 4 (1.95% from 255 or 9.09% from 44); Blue value is 21 (8.59% from 255 or 47.73% from 44); Max value from RGB is 21 - color contains mainly: blue. Hex color #130415 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130415 is #ECFBEA. Grayscale: #0A0A0A. Windows color (decimal): -15530987 or 1377299. OLE color: 1377299.

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

Color convert

RGB 19 4 21 -
CMYK 0.10 0.81 0 0.92
HSL 292.94º 0.68% 0.05% -
HSV(B) 292.94º 0.81% 0.08% -
XYZ 0.45 0.28 0.74 -
YUV 10.42 133.97 134.12 -
System Red Green Blue C M Y K H S L
Decimal 19 4 21 0.10 0.81 0 0.92 292.94 0.68 0.05
Hex 13 4 15 A 51 0 5C 125 44 5
Octal 23 4 25 12 121 0 134 445 104 5
Binary 10011 100 10101 1010 1010001 0 1011100 100100101 1000100 101

Color Harmonies of #130415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130415

Black with #130415

Text Example


Text Example

White with #130415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130415; }

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

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

background-color css

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

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

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

border-color css

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

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

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