Html Css Color HEX #130417 Blackcurrant

📋 copy color: '#130417'

red 19 ◦ green 4 ◦ blue 23

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

Shades of Blackcurrant #130417

Tints of Blackcurrant #130417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 50%

R = 41.3%
G = 8.7%
B = 50%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#130417 (or 0x130417) is known color: Blackcurrant. HEX triplet: 13, 04 and 17. RGB value is (19,4,23). Sum of RGB (Red+Green+Blue) = 19+4+23=46 (6% of max value = 765). Red value is 19 (7.81% from 255 or 41.30% from 46); Green value is 4 (1.95% from 255 or 8.70% from 46); Blue value is 23 (9.38% from 255 or 50% from 46); Max value from RGB is 23 - color contains mainly: blue. Hex color #130417 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130417 is #ECFBE8. Grayscale: #0A0A0A. Windows color (decimal): -15530985 or 1508371. OLE color: 1508371.

HSL color Cylindrical-coordinate representation of color #130417: hue angle of 287.37º degrees, saturation: 0.7, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #130417 is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 19 4 23 -
CMYK 0.17 0.83 0 0.91
HSL 287.37º 0.7% 0.05% -
HSV(B) 287.37º 0.83% 0.09% -
XYZ 0.47 0.29 0.84 -
YUV 10.65 134.97 133.96 -
System Red Green Blue C M Y K H S L
Decimal 19 4 23 0.17 0.83 0 0.91 287.37 0.7 0.05
Hex 13 4 17 11 53 0 5B 11F 46 5
Octal 23 4 27 21 123 0 133 437 106 5
Binary 10011 100 10111 10001 1010011 0 1011011 100011111 1000110 101

Color Harmonies of #130417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130417

Black with #130417

Text Example


Text Example

White with #130417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130417; }

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

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

background-color css

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

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

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

border-color css

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

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

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