Html Css Color HEX #130F14 Blackcurrant

📋 copy color: '#130F14'

red 19 ◦ green 15 ◦ blue 20

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

Shades of Blackcurrant #130F14

Tints of Blackcurrant #130F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 37.04%

R = 35.19%
G = 27.78%
B = 37.04%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#130F14 (or 0x130F14) is known color: Blackcurrant. HEX triplet: 13, 0F and 14. RGB value is (19,15,20). Sum of RGB (Red+Green+Blue) = 19+15+20=54 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.19% from 54); Green value is 15 (6.25% from 255 or 27.78% from 54); Blue value is 20 (8.20% from 255 or 37.04% from 54); Max value from RGB is 20 - color contains mainly: blue. Hex color #130F14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130F14 is #ECF0EB. Grayscale: #101010. Windows color (decimal): -15528172 or 1314579. OLE color: 1314579.

HSL color Cylindrical-coordinate representation of color #130F14: hue angle of 288º degrees, saturation: 0.14, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #130F14 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 19 15 20 -
CMYK 0.05 0.25 0 0.92
HSL 288º 0.14% 0.07% -
HSV(B) 288º 0.25% 0.08% -
XYZ 0.57 0.53 0.73 -
YUV 16.77 129.83 129.59 -
System Red Green Blue C M Y K H S L
Decimal 19 15 20 0.05 0.25 0 0.92 288 0.14 0.07
Hex 13 F 14 5 19 0 5C 120 E 7
Octal 23 17 24 5 31 0 134 440 16 7
Binary 10011 1111 10100 101 11001 0 1011100 100100000 1110 111

Color Harmonies of #130F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130F14

Black with #130F14

Text Example


Text Example

White with #130F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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