Html Css Color HEX #130117 Blackcurrant

📋 copy color: '#130117'

red 19 ◦ green 1 ◦ blue 23

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

Shades of Blackcurrant #130117

Tints of Blackcurrant #130117

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.33%

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

R = 44.19%
G = 2.33%
B = 53.49%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#130117 (or 0x130117) is known color: Blackcurrant. HEX triplet: 13, 01 and 17. RGB value is (19,1,23). Sum of RGB (Red+Green+Blue) = 19+1+23=43 (5% of max value = 765). Red value is 19 (7.81% from 255 or 44.19% from 43); Green value is 1 (0.78% from 255 or 2.33% from 43); Blue value is 23 (9.38% from 255 or 53.49% from 43); Max value from RGB is 23 - color contains mainly: blue. Hex color #130117 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130117 is #ECFEE8. Grayscale: #080808. Windows color (decimal): -15531753 or 1507603. OLE color: 1507603.

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

Color convert

RGB 19 1 23 -
CMYK 0.17 0.96 0 0.91
HSL 289.09º 0.92% 0.05% -
HSV(B) 289.09º 0.96% 0.09% -
XYZ 0.43 0.22 0.83 -
YUV 8.89 135.96 135.21 -
System Red Green Blue C M Y K H S L
Decimal 19 1 23 0.17 0.96 0 0.91 289.09 0.92 0.05
Hex 13 1 17 11 60 0 5B 121 5C 5
Octal 23 1 27 21 140 0 133 441 134 5
Binary 10011 1 10111 10001 1100000 0 1011011 100100001 1011100 101

Color Harmonies of #130117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130117

Black with #130117

Text Example


Text Example

White with #130117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130117; }

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

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

background-color css

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

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

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

border-color css

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

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

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