Html Css Color HEX #130E17 Blackcurrant

📋 copy color: '#130E17'

red 19 ◦ green 14 ◦ blue 23

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

Shades of Blackcurrant #130E17

Tints of Blackcurrant #130E17

RGB

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

 GREEN value IS 14 (5.86% from 255) = 25%

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

R = 33.93%
G = 25%
B = 41.07%

CMYK

 C value IS 0.17

 M value IS 0.39

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#130E17 (or 0x130E17) is known color: Blackcurrant. HEX triplet: 13, 0E and 17. RGB value is (19,14,23). Sum of RGB (Red+Green+Blue) = 19+14+23=56 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.93% from 56); Green value is 14 (5.86% from 255 or 25% from 56); Blue value is 23 (9.38% from 255 or 41.07% from 56); Max value from RGB is 23 - color contains mainly: blue. Hex color #130E17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130E17 is #ECF1E8. Grayscale: #101010. Windows color (decimal): -15528425 or 1510931. OLE color: 1510931.

HSL color Cylindrical-coordinate representation of color #130E17: hue angle of 273.33º degrees, saturation: 0.24, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #130E17 is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 19 14 23 -
CMYK 0.17 0.39 0 0.91
HSL 273.33º 0.24% 0.07% -
HSV(B) 273.33º 0.39% 0.09% -
XYZ 0.58 0.51 0.88 -
YUV 16.52 131.66 129.77 -
System Red Green Blue C M Y K H S L
Decimal 19 14 23 0.17 0.39 0 0.91 273.33 0.24 0.07
Hex 13 E 17 11 27 0 5B 111 18 7
Octal 23 16 27 21 47 0 133 421 30 7
Binary 10011 1110 10111 10001 100111 0 1011011 100010001 11000 111

Color Harmonies of #130E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130E17

Black with #130E17

Text Example


Text Example

White with #130E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130E17; }

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

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

background-color css

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

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

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

border-color css

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

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

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