Html Css Color HEX #130E16 Blackcurrant

📋 copy color: '#130E16'

red 19 ◦ green 14 ◦ blue 22

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

Shades of Blackcurrant #130E16

Tints of Blackcurrant #130E16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 40%

R = 34.55%
G = 25.45%
B = 40%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#130E16 (or 0x130E16) is known color: Blackcurrant. HEX triplet: 13, 0E and 16. RGB value is (19,14,22). Sum of RGB (Red+Green+Blue) = 19+14+22=55 (7% of max value = 765). Red value is 19 (7.81% from 255 or 34.55% from 55); Green value is 14 (5.86% from 255 or 25.45% from 55); Blue value is 22 (8.98% from 255 or 40% from 55); Max value from RGB is 22 - color contains mainly: blue. Hex color #130E16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130E16 is #ECF1E9. Grayscale: #101010. Windows color (decimal): -15528426 or 1445395. OLE color: 1445395.

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

Color convert

RGB 19 14 22 -
CMYK 0.14 0.36 0 0.91
HSL 277.5º 0.22% 0.07% -
HSV(B) 277.5º 0.36% 0.09% -
XYZ 0.57 0.51 0.83 -
YUV 16.41 131.16 129.85 -
System Red Green Blue C M Y K H S L
Decimal 19 14 22 0.14 0.36 0 0.91 277.5 0.22 0.07
Hex 13 E 16 E 24 0 5B 116 16 7
Octal 23 16 26 16 44 0 133 426 26 7
Binary 10011 1110 10110 1110 100100 0 1011011 100010110 10110 111

Color Harmonies of #130E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130E16

Black with #130E16

Text Example


Text Example

White with #130E16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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