Html Css Color HEX #130B17 Blackcurrant

📋 copy color: '#130B17'

red 19 ◦ green 11 ◦ blue 23

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

Shades of Blackcurrant #130B17

Tints of Blackcurrant #130B17

RGB

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

 GREEN value IS 11 (4.69% from 255) = 20.75%

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

R = 35.85%
G = 20.75%
B = 43.4%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#130B17 (or 0x130B17) is known color: Blackcurrant. HEX triplet: 13, 0B and 17. RGB value is (19,11,23). Sum of RGB (Red+Green+Blue) = 19+11+23=53 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.85% from 53); Green value is 11 (4.69% from 255 or 20.75% from 53); Blue value is 23 (9.38% from 255 or 43.40% from 53); Max value from RGB is 23 - color contains mainly: blue. Hex color #130B17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130B17 is #ECF4E8. Grayscale: #0E0E0E. Windows color (decimal): -15529193 or 1510163. OLE color: 1510163.

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

Color convert

RGB 19 11 23 -
CMYK 0.17 0.52 0 0.91
HSL 280º 0.35% 0.07% -
HSV(B) 280º 0.52% 0.09% -
XYZ 0.54 0.44 0.87 -
YUV 14.76 132.65 131.02 -
System Red Green Blue C M Y K H S L
Decimal 19 11 23 0.17 0.52 0 0.91 280 0.35 0.07
Hex 13 B 17 11 34 0 5B 118 23 7
Octal 23 13 27 21 64 0 133 430 43 7
Binary 10011 1011 10111 10001 110100 0 1011011 100011000 100011 111

Color Harmonies of #130B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130B17

Black with #130B17

Text Example


Text Example

White with #130B17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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