Html Css Color HEX #130F16 Blackcurrant

📋 copy color: '#130F16'

red 19 ◦ green 15 ◦ blue 22

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

Shades of Blackcurrant #130F16

Tints of Blackcurrant #130F16

RGB

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

 GREEN value IS 15 (6.25% from 255) = 26.79%

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

R = 33.93%
G = 26.79%
B = 39.29%

CMYK

 C value IS 0.14

 M value IS 0.32

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#130F16 (or 0x130F16) is known color: Blackcurrant. HEX triplet: 13, 0F and 16. RGB value is (19,15,22). Sum of RGB (Red+Green+Blue) = 19+15+22=56 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.93% from 56); Green value is 15 (6.25% from 255 or 26.79% from 56); Blue value is 22 (8.98% from 255 or 39.29% from 56); Max value from RGB is 22 - color contains mainly: blue. Hex color #130F16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130F16 is #ECF0E9. Grayscale: #101010. Windows color (decimal): -15528170 or 1445651. OLE color: 1445651.

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

Color convert

RGB 19 15 22 -
CMYK 0.14 0.32 0 0.91
HSL 274.29º 0.19% 0.07% -
HSV(B) 274.29º 0.32% 0.09% -
XYZ 0.58 0.54 0.83 -
YUV 16.99 130.83 129.43 -
System Red Green Blue C M Y K H S L
Decimal 19 15 22 0.14 0.32 0 0.91 274.29 0.19 0.07
Hex 13 F 16 E 20 0 5B 112 13 7
Octal 23 17 26 16 40 0 133 422 23 7
Binary 10011 1111 10110 1110 100000 0 1011011 100010010 10011 111

Color Harmonies of #130F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130F16

Black with #130F16

Text Example


Text Example

White with #130F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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